Is it possible to acquire a Sharepoint RSS feed that requires authentication? There's a feed on our company intranet whose contents I'd like to add to an intranet Drupal site. The feed URL includes an authentication token. Is there an aggregation module that can use Windows authentication to gain access to a Sharepoint feed?

Thanks

Comments

Mycon’s picture

Did you ever figure out how to do this? I'm trying the same. Feed module says "Download of http://________/personal/bhorst/Blog/_layouts/listfeed.aspx?List={14ACD2B0-253C-4750-8A25-359701D8F5C8} failed with code 401."

bizkarl’s picture

I would put a username and password in. I think that 401 errors have to do with web server authentication. Try this:

http://username:password@domain-name-of-server.com/feed.xml

or https:// for ssl connection

e.g. http://USER:PASS@________/personal/bhorst/Blog/_layouts/listfeed.aspx?List={14ACD2B0-253C-4750-8A25-359701D8F5C8}

CJ Cruz’s picture

I could not get this to work I still get the standard 401 error. If you submit a request using the credential loaded url directly in your browser it works because the client is authenticating but in this case it is the system that tries to authenticate through windows auth.