The sites we build at my company often have blogs, and we sometimes like to show excerpts from the blog feeds on the homepages. In the past I have used jQuery and the Google Feed API with great success to access the blog RSS and display the excerpts. But recently we changed our dev/QA URL schema, and now I can't get the RSS feeds to load on our test sites.
Our dev/QA urls look like this now: sitename.dev.aztekhq.com or sitename.qa.aztekhq.com. The blog feed is always /blog/syndication.axd (we use BlogEngine.NET). I am using https://github.com/sdepold/jquery-rss for the jQuery plugin to the Google API. What I have determined through testing so far: - Loading a feed from a live blog works. Loading from a dev or QA site does not. This has been determined both on sites I am developing and also through the Google Feed API playground, so I know it's not something I did wrong with the script. - I can access the dev/QA feeds through my browser, and I can also subscribe to them using an RSS reader, so I know the feeds are working. Is it because of the way our dev/qa URLs are structured? I'm kind of at a loss here. I hope this is clear. If not, I can provide more information -- -- 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/msgid/google-ajax-search-api/eb3d8dae-82a7-4731-8f46-d8141bba4cea%40googlegroups.com 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/d/optout.
