PHP header
Sends raw HTTP headersTo debug and view these headers you need to use curl or wget
curl -i
$ curl -i http://www.osde.info
HTTP/1.0 302 Moved Temporarily Date: Wed, 06 Sep 2006 09:36:17 GMT Server: Apache/2.0.46 (CentOS) X-Powered-By: PHP/4.3.11 Set-Cookie: 96522b217a86eca82f6d72ef88c4c7f4=3a4abe97303747ab6f2dc51a21519a54; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Location: http://www.osde.info/HomePage Content-Length: 0 Content-Type: text/html X-Cache: MISS from cpproxy.cp.ri Proxy-Connection: keep-alive
wget -S
$wget -S http://www.osde.info/
Resolving www.osde.info... 192.168.150.68 Connecting to www.osde.info:80... connected. HTTP request sent, awaiting response... HTTP/1.1 200 OK Date: Wed, 06 Sep 2006 09:37:45 GMT Server: Apache Set-Cookie: PHPSESSID=d9e6753c6c7bd7f425403f34a117ef39; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding Content-Length: 1433 Keep-Alive: timeout=15, max=100 Connection: Keep-Alive Content-Type: text/html; charset=UTF-8
REFERRERS
PhpFunctions