> From: "Jochem van Dieten"
>
>> That looks like it is generated by the client, not the server. To
>> see what is generated by the server request the page through
>> telnet or a proxy.
>
> It's been years since I've done telnet. I can open a telnet
> prompt...but I don't know what to do from there. I tried open
> https://www.cfmxdev.uwex.edu/ces/flp/foodcosts/admin/download.cfm
>
> But, I got a failed to open on port 23. Do you have to switch the
> port for https?
You can't really telnet to a HTTPS service. HTTP is simply a matter of:
telnet www.cfmxdev.uwex.edu 80
GET /ces/flp/foodcosts/admin/download.cfm HTTP/1.1
Host: www.cfmxdev.uwex.edu
But with HTTPS the last 2 lines would be encrypted. Maybe the
LiveHTTPHeaders plugin from Firefox/Firebird/Mozilla can provide some
insight if you really have to use HTTPS.
Jochem
Jochem
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

