I'm trying to get headers (authorization row from headers) from incoming php request (php://input) but can't get it.
i'm trying that:
get_headers('php://input');
but i had error
get_headers(): This function may only be used against URLs in /path..