02-18-2018 10:50 AM
How to pass token for Authorization to rest post as i am not able to pass it to rest post through http header
09-27-2018 02:59 PM
Hi,
I think check once you are providing proper value for authorization it should work.
e.g Key : Authorization Value : Bearer xb4z7ienvcv5baqrmgidajaqf96vys06
Thanks,
Umashankar
09-27-2018 05:40 PM
Can you be more specific about what you’re trying to do and the reason you can’t use HTTP headers to pass the token?
You may also be able to pass it through the query string or alternatively could use HTTP Basic auth.
See this documentation for some examples.