How to add POST method in allowed methods?

Because it responds “HTTP/1.1 405 Method Not Allowed” when I post something.

hi @EkvirJD - that 405 error is coming from the server you’re sending the post to. what url are you making the request to?