When does IE 6.0 send a HEAD request?

G

Guest

I am writing a sort of pared-down web server and need to handle HEAD
requests. Can someone please tell me how to make IE 6.0 send HEAD requests? I
experimented with the different options for "check for new versions of web
pages" setting in the Temporary Internet Files dialog but could not get IE to
send HEAD requests (always got GET requests).

Thanks a lot,
Rookie
 
R

Robert Aldwinckle

rookie said:
I am writing a sort of pared-down web server and need to handle HEAD
requests. Can someone please tell me how to make IE 6.0 send HEAD requests?


Try telnet with port 80? Alternatively get something like ProxOmitron
which can intercept the datastream and change it. (I don't know if it
has provision for that change or not. If not you could write your own
proxy to do that.)


---
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top