I try sending custom HTTP header from Postman but the server doesn't recognize it in
isset($_SERVER["HTTP_AUTH_TOKEN"]
returns false, also I tried
var_dump($_SERVER)
and my parameter isn't there
However, it works fine on localhost, but it won't work when I upload it on godaddy hosting for example?
The suggested solution doesn't work for me..