[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] [Slightly OT] GET command for virtual hosts?
- Subject: [cobalt-users] [Slightly OT] GET command for virtual hosts?
- From: Dom Latter <d.latter@xxxxxxx>
- Date: Wed Oct 25 06:45:01 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I often like to do HTTP in the raw - as you then know exactly
what's going on. However, if I do as follows:
telnet www.punter.co.uk 80
[..connect messages..]
GET / HTTP/1.0
and www.punter.co.uk is actually hosted by www.provider.com,
then I get the index page for provider.com, not punter.co.uk.
What do I do?
[NB domain names made up, but turn out to be real].
--
Dom.