HTTP Request gives 302 Redirect

As you saw, the URL you’re trying to access is redirecting to our 404 error page. That means the URL could not be found.

Is your local development on Windows or MacOS? Then please note that our servers, like almost all servers, run on Linux, which has case sensitive files and directories, which Windows and MacOS do not. So if you have a file Test.PHP, then calling the URL test.php works on Windows but returns a 404 Not Found error on Linux.

1 Like