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 ?