Hi, can anybody help me how to edit the yellow highlight to text: access_token
If you see in the picture, i do manually add header access_token, and use variable ACCESS_TOKEN (this value we manually pasted from the Authorization tab access token)
Note: Authorization used: Inherit auth from parent.
I’m succeed setup OAuth 2.0 PKCE
Thank.
You can’t. If you are using the authorization helpers they confirm to the OAuth 2.0 standards which is to add the token to the Authorization header.
Are you sure this is correct, as I’ve never seen an API that requires a header called access_token.
Do you have the API specification that you are trying to implement?
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.