eagle00789
30 days agoNew Contributor
Authorization token
I have an app that requires an authorizationtoken but normally you would use bearer, but this requires OTToken. how can i force OTToken in the authorization (it's a fixed token no request available for this token)
For example in my headers i use the following:
Key: Authorization
Value: OTToken <randomlongstringthatisfixedandcantberequestedthroughanAPI>
Think i solved it already:
bearerFormat: OTToken