HTTP/1.0 problems?

toml

Verified User
Joined
Oct 3, 2003
Messages
1,312
Location
Scottsdale, AZ
I was trying to log into my DirectAdmin system from work which goes through a proxy, and it was not working. I tried again from home and that works. The only thing I see different in the log files is that when I attemt to login from work it shows up like:
This fails:
06/10/2003:11:20:20 xxx.xxx.xxx.xxx POST /CMD_LOGIN HTTP/1.0 admin
06/10/2003:11:20:21 xxx.xxx.xxx.xxx GET / HTTP/1.0 (null)
06/10/2003:11:20:21 xxx.xxx.xxx.xxx GET / HTTP/1.0 (null)
and it won't log me in. If I login from home it looks like
This works:
06/10/2003:11:31:26 yyy.yyy.yyy.yyy POST /CMD_LOGIN HTTP/1.1 admin
06/10/2003:11:31:26 yyy.yyy.yyy.yyy GET / HTTP/1.1 admin
06/10/2003:11:32:17 yyy.yyy.yyy.yyy GET /CMD_LICENSE HTTP/1.1 admin

Are there known problems with the HTTP 1.0 protocol and DirectAdmin?
 
Hello,

I havn't heard anything about troubles such as this, perhaps the cookies arn't being passed properly, I can't really say. Anyone else encounter these problems? Perhaps they could help shed some light on what's going on.

John
 
It's not cookies, I made sure they were set, and I can see the cookie afterward. It could be the proxy we use, which I believe is Squid. I have seen it do weird things before. There is only one other place it does not work properly and that is for Cox Communication's webmail.
 
Back
Top