So I\'m trying to parse an incoming request in PHP which has the following header set:
Authorization: Custom Username
Simple question: how
Just use:
$headers = apache_request_headers(); $token = $headers['token'];