Check the content-type header. If it's not application/rss+xml, application/atom+xml the API won't like it. A lot of servers send text/xml or some other default header unless specifically configured to recognize rss, atom, and other feeds.
Jeremy R. Geerdes Effective website design & development Des Moines, IA For more information or a project quote: http://jgeerdes.home.mchsi.com [email protected] If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church! On May 14, 2010, at 2:45 PM, sean smith wrote: > I have a feed that returns responseStatus 400. I can load that feed > in a web browser just fine. As well, if i copy the contents of the > feed to another file and drop it on a different server, the Feeds API > loads it just fine. > > So, obviously there is a problem on the client's server. But what > could cause something like this (assuming that the feed itself is not > the issue)? > > any ideas at all would be appreciated! > > -- > 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]. > For more options, visit this group at > http://groups.google.com/group/google-ajax-search-api?hl=en. > -- 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]. For more options, visit this group at http://groups.google.com/group/google-ajax-search-api?hl=en.
