after some time - WeOnlyDo Discussion board

after some time (General questions)

by chris, Friday, May 09, 2008, 00:54 (6042 days ago)

ok so after a while of throwing random posts i get

[code]<TITLE>400 Bad Request</TITLE>
</HEAD><BODY>
<H1>Bad Request</H1>
Your browser sent a request that this server could not understand.<P>
The number of request header fields exceeds this server's limit.<P>
<P>
</BODY></HTML>[/code]

is there a way around this? even after using proxies... it works when i reload the project, so please give me your expertise, thanks.

Re: after some time

by wodDamir, Friday, May 09, 2008, 09:13 (6042 days ago) @ chris

Hi Chris,

This is simply a response from server saying that it did not understand the request you posted to it.

Perhaps the request was wrong? Can you check if you are sending the appropriate request when this happens?

Regards,
Damba

Re: after some time

by wodDamir, Friday, May 09, 2008, 09:14 (6042 days ago) @ wodDamir

Chris,

Another note. Could you perhaps reset the Request.Headers? Just remove them?

It seems as if there are too many headers sent in request, which this specific server doesn't accept.

Regards,
Damba