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
POST APIs for Authentication make use of Content-Type: application/json for their headers.
Other POST APIs however make use of Content-Type: application/vnd.api+json for their headers.
There'll be a need to standardise the headers to the same header Content-Type.
The text was updated successfully, but these errors were encountered:
Hi @cweitat,
Thanks for your response!
Please can you clarify, what do you mean that this issue is not related to this version?
If not, please could you guide me on what issues I can work on?
POST APIs for Authentication make use of
Content-Type: application/json
for their headers.Other POST APIs however make use of
Content-Type: application/vnd.api+json
for their headers.There'll be a need to standardise the headers to the same header Content-Type.
The text was updated successfully, but these errors were encountered: