Getting 403 response from Server when requesting it on custom domain

I deployed my project on Render and everything worked great.
I added a custom domain and did the setup on my registrar side.
Now when i do a post request when the custom domain url is in browser all my post calls give 403 response codes.

  • All my get calls give 200 codes
  • POST calls give 200 on the onrender domain and 403 on the custom domain

Does anyone know what the issue could be ?

Hey,

A 403 error indicates that the request you’re making is forbidden by your server. I would advise to check your server logs and try querying the onrender.com address to see if the same issue occurs.

Jérémy.
Render Support, UTC+3

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.