Tagged Questions
9
votes
7answers
2k views
How To Discover RSS Feeds for a given URL
I get a URL from a user. I need to know:
a) is the URL a valid RSS feed?
b) if not is there a valid feed associated with that URL
using PHP/Javascript or something similar
(Ex. http://techcrunch.com ...
0
votes
3answers
536 views
How do you set the correct Content-Length header when the webserver automatically compresses output?
Following my previous question, in which I think I've narrowed my problem down to the bottleneck:
How do I set the correct value for the Content-Length header for a downloadable file, from within ...