Feed Proxy: View Raw RSS/Atom Feed Data in Firefox 2.0 #

Firefox 2.0 has a nice RSS/Atom feed preview feature, which pretty-prints the feed and allows you easily subscribe to it in a feed reader. While this is nice from a user's standpoint, it can get in the way when trying to debug or otherwise see a raw feed as a developer. There is no option to turn this mode off, which seems to be making some people unhappy.

To help with this use-case, I made Feed Proxy, a simple service that gives you back the raw XML output (by adding a 512 byte dummy header that makes Firefox not invoke its feed preview code). Its page has more details on how to invoke it and what its caveats are.

11 Comments

cool. thanks. that firefox "feature" is a real pain sometimes. i had always assumed it could be toggled off in about:config, but i was too lazy too ever confirm. but i guess you're saying there is no workaround.

your solution will come in handy.
Does view-source:http://feeds.feedburner.com/PersistentInfo not work?
Unfortunately view-source does not pretty-print the XML, which makes it much harder to read.
Another option is to quickly save to desktop and reload the raw xml - pretty printing with no extra installs :)
Try doing that 50 times in a row and you'll see what a huge drag that is. I have to do a lot of bulk work of looking inside of RSS feeds and every additional step is painful. Mihal, you have saved me a crapload of time and wasted clicks. Thanks!
well I have to say, when I first saw this last week I thought "Why would anyone need this. I mean, view-source has always worked for me."

And then this morning I was poking at a feed, which looked like crap and was entirely illegible in view-source [cue the heavenly light and accompanying chorus of angels signifying a deeper level of insight].

Wow. Incredibly useful. Thanks a bunch!!!
does this work anymore with firefox 3? not being able to see the xml is driving me mad.
If you use Firefox and use the extension IE tab if you look at your rss feed it will show an un-styled xml document!

This works in Firefox 3 too :)
not on linux, though. as there is no IE tab...
I know its been around for a while, but I just found Feed Proxy and it was really helpful. Thanks!
Hey, thanks a lot for this! Very useful, I had been looking for a nice and simple solution to view the xml of feeds!

Post a Comment