mIRC Home    About    Download    Register    News    Help

Print Thread
#88536 29/06/04 01:18 AM
Joined: Jun 2004
Posts: 5
Z
Zeraphm Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
Z
Joined: Jun 2004
Posts: 5
This is more of a technical question for the developers of mIRC. I had a question about the HTTP Proxy and its interaction with mIRC.

Situation

mIRC to HTTP Proxy: CONNECT $IP:$Port HTTP/1.0 ;;or some varient
Now I was wondering what the HTTP Proxy had to respond with to keep the connection alive. I ask this because the Proxy connects to get the file and starts sending back data but mIRC closes the socket to the Proxy and within mIRC it says the firewall rejected the connection. I know for a fact that the firewall did not, so my intuition tells me that mIRC is looking for certain text to be sent back from the proxy before mIRC starts accepting the file data.

I was wondering if you could help me out with the exact syntax.

Thanks

Z

Last edited by Zeraphm; 29/06/04 01:48 AM.
#88537 29/06/04 12:42 PM
Joined: Dec 2003
Posts: 219
F
Fjord artisan
Offline
Fjord artisan
F
Joined: Dec 2003
Posts: 219
Hi!

As any HTTP proxy, te server must responds with:
HTTP/1.0 200 Connection established
or
HTTP/1.1 200 Connection established
or "connection established" in minus

The 200 code means everything is OK
Search for the HTTP RFC to see what every code means.

#88538 29/06/04 09:22 PM
Joined: Jun 2004
Posts: 5
Z
Zeraphm Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
Z
Joined: Jun 2004
Posts: 5
Thanks alot man!


Link Copied to Clipboard