I’m trying to host a game private server and for some reason any connections on POST methods throw 400 Bad Request. If I try to access with web browser, everything works fine. How to fix that?
Because of this,
2 Likes
That’s not actually the case, since you’re using Cloudflare. My guess is that either a Cloudflare is blocking it (due to a security restriction?) or because the website code itself is returning that error. A status of “400 Bad Request” is frequently used to say to clients that “you’ve submitted invalid data”. So maybe the POST payload is incorrect?
Thank you. I just added firewall rule on cloudflare to allow post method and it worked.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.