[FX.php List] Page expired problem
Troy Meyers
tcmeyers at troymeyers.com
Wed May 9 13:28:36 MDT 2007
dan,
I can get that to work with normal URLs, and I see the same thing as when I just eavesdrop on the conversation between the browser and the web server. I don't see how I could use that to see the header in a a POST-type form submission. Is that possible too? It's really easy to to the eavesdropping, so I'm not sure why I should apply this method. Is there an advantage?
-Troy
> try "curl -is http://domain.com" to see what headers your page sends:
>
> curl -is http://google.com
>
> -------------------------------
>
> HTTP/1.1 301 Moved Permanently
>
> Location: http://www.google.com/
>
> Set-Cookie:
>
> PREF=ID=a82635e872e80400:TM=1178737999:LM=1178737999:S=Vh1od9ap-spK-4JD;
> expires=Sun, 17-Jan-2038 19:14:07 GMT; path=/; domain=.google.com
> Content-Type: text/html
>
> Server: GWS/2.1
>
> Content-Length: 219
>
> Date: Wed, 09 May 2007 19:13:19 GMT
>
> <HTML><HEAD><meta http-equiv="content-type"
>
> content="text/html;charset=utf-8">
>
> <TITLE>301 Moved</TITLE></HEAD><BODY>
>
> <H1>301 Moved</H1>
>
> The document has moved
>
> <A HREF="http://www.google.com/">here</A>.
>
> </BODY></HTML>
>
> ----------------------------------
>
> dan
More information about the FX.php_List
mailing list