vta / modeify

A web-based UI for delivering personalized commute information to travelers
Other
4 stars 1 forks source link

HTTP Status Codes & Redirection #136

Open linuxwebexpert opened 7 years ago

linuxwebexpert commented 7 years ago

Currently the server is returning 302 Per best practices it should be 301

Difference is temporary-302 vs permanent-301

From our statistics for HTTP Error Hits & %'s

302 Moved temporarily (redirect)    3,512   78.3 %  837.63 KB
401 Unauthorized    876 19.5 %  821.00 KB
400 Bad Request 46  1 % 29.63 KB
503 Server busy 25  0.5 %   34.96 KB
500 Internal server Error   12  0.2 %   13.55 KB
206 Partial Content 8   0.1 %   58.25 KB
502 Received bad response from real server  1   0 % 6.26 KB