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…
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?
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…