i’m using a free trial to deploy rails app, it’s deployed now, with custom domain, and verified with certificate issued. all is good.
Now I’m trying to access webhook endpoint from my rails app but i got refused !! when i used Postman I got 403 forbidden with a message "The request was a legal request, but the server is refusing to respond to it. Unlike a 401 Unauthorized response, authenticating will make no difference.
"
Why do I get this issue? is could may because of the free trial ?
I took a look at the routes you were getting 403 responses on, and it looks like they now they are now giving me a 200 response. Did you resolve this issue?
It sounds like the controller you are using for the API endpoint isn’t configured correctly; for example, it can only handle GET requests, and you are sending it a POST request.
So we can look into your specific service, can you please open a ticket directly with us?