Hello,

I currently have to retrieve a Feed protected by HTTP authentication 
through the Google API. At first, I am afraid that it is not possible 
regarding the existing posts and the documentation which seems not talk 
about this possibility.

This is a basic authentication and here is what I am trying to do: 

document.location.protocol 
> + "//ajax.googleapis.com/ajax/services/feed/load?v=1.0&num=10&output=xml&q=" 
> + "http://username:passw...@domain.com/feed";


I get a response status 400 when I run the process (but I can access the 
content if I retrieve directly the feed with *
http://username:passw...@domain.com/feed*). My question is, do it is 
possible to retrieve a protected feed using this way? Is there any other 
possibility to do the job?

Thanks,
Yann

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Google AJAX APIs" group.
To post to this group, send email to
google-ajax-search-api@googlegroups.com
To unsubscribe from this group, send email to
google-ajax-search-api+unsubscr...@googlegroups.com
To view this message on the web, visit
https://groups.google.com/d/msg/google-ajax-search-api/-/JYNh-lw4xrIJ
For more options, visit this group at
http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Google AJAX APIs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-ajax-search-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to