You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2024. It is now read-only.
i'm trying to hit API '/oauth2/exchange_access_token/azuread-oauth2/' with different headers
currently the header of the 'Content-Type' = 'application/x-www-form-urlencoded'
i need to change it to 'Content-Type' = 'application/json'
i tried to add the code builder.addHeader("Content-Type", "application/json");
in the OauthHeaderRequestInterceptor.java at line 35 butt the headers still 'Content-Type' = 'application/x-www-form-urlencoded' when i tried to inspect it in profiler
can you help me?
The text was updated successfully, but these errors were encountered:
i'm trying to hit API '/oauth2/exchange_access_token/azuread-oauth2/' with different headers
currently the header of the 'Content-Type' = 'application/x-www-form-urlencoded'
i need to change it to 'Content-Type' = 'application/json'
i tried to add the code
builder.addHeader("Content-Type", "application/json");
in the OauthHeaderRequestInterceptor.java at line 35 butt the headers still 'Content-Type' = 'application/x-www-form-urlencoded' when i tried to inspect it in profiler
can you help me?
The text was updated successfully, but these errors were encountered: