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:[email protected]/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:[email protected]/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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
