I often go looking at websites of Facebook offers people have claimed, or just general investigations into how legitimate a site looks by where one ends up after visiting the initial URL / the page contents on the final page. However the web based tools I have currently found all have limitations, which limit my ability to do this and also cite my evidence.
I am aware of the following sites that allow you to inspect the particulars of an HTTP(S) transaction with most websites:
- HTTP & HTTPS
- Only bookmark result if HTTP header includes an etag, or a redirect like a HTTP302
- No following redirects
http://www.rexswain.com/httpview.html
- HTTP only
- Can specify parameters of the request in the GET string
- Follows redirects
http://www.metamend.com/seo-tools/http-header-request-viewer.html
- HTTP only
- Doesn't appear to allow bookmarking of the query in any way
- Follows redirects
For reference, there is also one that will only work on web servers you have write access to (needs to find a file named delorie.html in directory wanting to fetch, or root), which I haven't tested:
http://www.delorie.com/web/headers.html
So, the Question - I have listed them in order of preferred features for me, but just wondering if anyone knows of one that deals with either HTTP or HTTPS, will allow the query to be bookmarked and follows redirects?
