The PHP script in the request is passed my own HTTP header: X-Data-Token
As in the php-script to read it, if the apache_request_headers () function on the server is not available, and naturally it does not appear in the $ _SERVER array .
The PHP script in the request is passed my own HTTP header: X-Data-Token
As in the php-script to read it, if the apache_request_headers () function on the server is not available, and naturally it does not appear in the $ _SERVER array .
Source: https://ru.stackoverflow.com/questions/571644/
All Articles