Apache Server not returning HTTP error codes with PHP script
I have a web service that queries a database for a region and then returns the results in JSON format. It works but it is not displaying things like "400 bad request" when a bad request is made. The page…