How to Add Http Header to Url
I'm Working with an Api Which Provides a Http Header Called Token with Value 12Abc3 and My Url Is. Is There a Way by Which I Can Add the Header as a Parameter...
I'm working with an API which provides a HTTP header called token with value 12abc3 and my url is . Is there a way by which I can add the header as a parameter in the url so that I can type it directly on my browser's address bar instead of using cURL orHurl.it??
2 Answers
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 this
yourtokenhere