> Is this a server based login, or a web form login?
> 
> If it's server based, you should be able to specify the
> username/password on the URL
> 
> http://username:[EMAIL PROTECTED]/
> 

Extending this idea, since that's apparently not an option, you could
write a quick PHP/ASP.NET/Whatever page that took a username/password in
this manner (using the $_SERVER[PHP_AUTH_USER] and $_SERVER[PHP_AUTH_PW]
variables in PHP), and used the curl library to fake a login to the
wiki, grabbed the appropriate cookie, request the RSS feed, and
destroyed the cookie.  The RSS feed would then be printed out
unmodified.  Then people would just add your little script to their feed
list.

-- 
TriLUG mailing list        : http://www.trilug.org/mailman/listinfo/trilug
TriLUG Organizational FAQ  : http://trilug.org/faq/
TriLUG Member Services FAQ : http://members.trilug.org/services_faq/

Reply via email to