Forum Discussion
Hello Community,
Anyone faced similar issue as I before? Could you share what steps are to be followed to get this resolved this issue.
Thank you.
What is the version of SQL Server that you are connecting to?
- umashankar3167 years agoNew 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 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.