I'm executing following code in terminal.
curl GET http://www.example.com/v1/users -H "Content-Type:application/json" -H "Authorization: 12345678" How can I receive Authorization parameter in server side.
I tried with $_REQUEST,$_GET methods. Not worked. Please suggest.