Hi Yann,

The Feed API can only access feeds that are publicly available; it doesn't
know the username and password when it crawls the feed.

The only way to use the API with this feed would be to remove the
authentication.  Note:  This would make the feed available to anyone on the
Internet and should not be done if it contains information that you don't
want shared broadly.

Thanks,
Adam


On Tue, Apr 30, 2013 at 7:57 PM, Yann Kechichian
<yann.kechich...@gmail.com>wrote:

> 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.
>
>
>

-- 
-- 
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
http://groups.google.com/group/google-ajax-search-api?hl=en_US
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