Forum Moderators: DixonJones

Message Too Old, No Replies

CONNECT login.icq.com:443 HTTP/1.0" 302 212 "-" "-"

what's these logs on my websites pls?

         

tito

10:02 pm on Aug 5, 2004 (gmt 0)

10+ Year Member



I've found these logs on some websites hosted on my server, what do they mean? need to worry about?

www.mydomain.org 213.xx.xx.**** - - [05/Aug/2004:16:57:48 -0400] "CONNECT login.icq.com:443 HTTP/1.0" 302 212 "-" "-"

www.myotherdomain.net 80.****.xxx.xxx - - [04/Aug/2004:11:17:45 -0400] "CONNECT login.icq.com:443 HTTP/1.0" 302 204 "-" "-"

Thanks so much

drbrain

10:12 pm on Aug 5, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



They want to get on ICQ by proxying a connection off of your server. If you don't support CONNECT on your server, there's nothing to worry about.

tito

10:21 pm on Aug 5, 2004 (gmt 0)

10+ Year Member



thanks drbrain, how can i know that I do not support CONNECT on my Unix? that 302 code means like found/redirect, isn't it?

drbrain

10:27 pm on Aug 5, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Ordinarily, you should get a 501 Not Supported. You may want to try a connect via telnet to see where the server is redirecting you:

telnet example.com 80
CONNECT login.icq.com:443 HTTP/1.0[enter]
[enter]

(hit enter twice)

If you get a redirected to some page on your website, all is good.

You can use telnet from Start Run if you are on a windows machine.

tito

10:32 pm on Aug 5, 2004 (gmt 0)

10+ Year Member



thanks so much drbrain for your great response! I'll do that.