If your post API POST requests are failing, and you are getting a response code <Response [200]> or <Response [405]> and your GET requests are succeeding, then you are most likely accessing the API over HTTP instead of HTTPS.
To fix the issue, please try updating your API endpoint to use HTTPS.
Comments
0 comments
Please sign in to leave a comment.