I'm creating a REST api in PHP, and in certain situations I return an HTTP status with the specific error message for what happened, for example, 403 Invalid Access Key instead of simply 403 Forbidden .
I'm using php's header () function t...
asked by
24.08.2016 / 13:37