after some time (General questions)

by chris @, (6209 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.

locked

Re: after some time

by wodDamir @, (6208 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

locked

Re: after some time

by wodDamir @, (6208 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

locked