Thursday, June 13, 2013

following the HTTP dialog in curl and browsers like Firefox and Chrome

I honestly wonder, why curl and the browsers do not show you the HTTP status code during your web interactions "by default".

Usually I personally employ curl on the command line with --write-out '… %{http_code} %{url_effective}  …'.

Add-ons for Firefox:


Add-ons for Chrome:
Actually in Chrome you can follow the description here, it only employs internal means.

No comments: