Questions tagged [400]

400 is the HTTP error code for "Bad Request".

HTTP error code 400 means the request cannot be fulfilled due to bad syntax.

48 questions
0
votes
0 answers

How to fix 400 Bad Request by php coding

Last weekend our server/app got bugged and some of your visitor are now getting Error 400 Bad Request everytime they visit our website. I know this error was caused by malformed cookies and everything goes OK when the visitor manually clears browser…
-1
votes
2 answers

nginx staging rewrite http to https with port number

I'm getting a 400 bad request. This is the config code. file: staging.rewrites if ($scheme = http) { return 301 https://$host:[port]$request_uri; } Does anyone know if this is a valid rewrite?
-1
votes
2 answers

Proving DNS/Network issues on client network

Problem 1 of ~150 server clients (in different locations and with different network setups) is not redirected through my apache service. I need to know where the problem is but can't figure it out. All clients access a virtual host and send the same…
Herzog
  • 11
  • 3
1 2 3
4