cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Passing token to restpost

aspanda
New Contributor II

How to pass token for Authorization to rest post as i am not able to pass it to rest post through http header

2 REPLIES 2

umashankar316
New Contributor II

Hi,

I think check once you are providing proper value for authorization it should work.

e.g Key : Authorization Value : Bearer xb4z7ienvcv5baqrmgidajaqf96vys06

Thanks,
Umashankar

tlikarish
Employee
Employee

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.