Tag Archives: Content type ‘application/x-www-form-urlencoded;charset=UTF-8’ not supported

[Solved] Content type ‘application/x-www-form-urlencoded;charset=UTF-8’ not supported

Content type’application/x-www-form-urlencoded;charset=UTF-8′ not supported tells you that your request header is application/x-www-form-urlencoded;charset=UTF-8, but not To support this type, you need to set other request header types such as headers={‘content-type’:’application/json’}.

Note: It is possible that you did not set the request header to receive this prompt message.