Michael Hausenblas wrote:
Does anyone know a browser extension that will allow one to set the
'Accept:' HTTP header and follow redirects (a la curl -L), but
actually show what it's done (a la curl -i)?
Hopefully one that works in both Firefox and Chrome (a la Poster, but
without this lack).
Why a browser extension? :)
I typically use http://redbot.org/ or http://hurl.it/ with a slight
preference for the former ...
Or you can use XMLHttpRequest which allows setting the Accept header
(CORS-beware!)
Best,
Nathan