How to add HTTP header to URL How to add HTTP header to URL curl curl

How to add HTTP header to URL


The only way I can imagine being able to do this would be to write a small HTTP proxy that takes a specially formatted URL and extracts header values out of the URL and re-issues the request for you. I'm not aware of any service to do this automatically for you.


I think it's too late to reply but for those who still finding the solution you can send your token through url like thishttps://yoururl?Authorization=Bearer yourtokenhere