HTTP 400 - Bad Request Error

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
pebbles
Forum Newbie
Posts: 2
Joined: Fri Jul 11, 2008 1:40 pm

HTTP 400 - Bad Request Error

Post by pebbles »

I have created a website and now I am trying to test it with different browser, testing firefox works find, when test on IE 6 if get HTTP 400 - Bad Request, can anyone help me resolve this issue.
User avatar
Eran
DevNet Master
Posts: 3549
Joined: Fri Jan 18, 2008 12:36 am
Location: Israel, ME

Re: HTTP 400 - Bad Request Error

Post by Eran »

Are you using Gzip by any chance? If so there is probably an error somewhere. Firefox can handle that and still parse the document, but IE6 will fail miserably.
pebbles
Forum Newbie
Posts: 2
Joined: Fri Jul 11, 2008 1:40 pm

Re: HTTP 400 - Bad Request Error

Post by pebbles »

No I am not using Gzip.
Post Reply