• Hello,

    I have noticed the following warning on Chrome on the authorize response:

    Resource interpreted as Document but transferred with MIME type application/json: "https://<wordpress_domain_name>/oauth/authorize/?response_type=code&client_id=<client_id>&redirect_uri=<redirect_uri>&state=<state>".

    Looking at the response content-type, I see:

    content-type: application/json

    Should that be changed to text/html? or am I misunderstanding the issue? Thank you.

  • The topic ‘content-type on authorize response’ is closed to new replies.