#Adaxer

1 messages · Page 1 of 1 (latest)

shy lavaBOT
magic aurora
#

Hello! Usually a timeout indicates your server isn't responding, which either means a network issue or something getting stuck. Have you tried a manual, empty POST request with simple logging to see if that works as expected?

calm storm
#

The server hosting does not seem to be the problem. It's more likely that it has to do with my endpoint setup.
I had it working before but now when I tried to transition into HTTPS from HTTP it stopped working. And yes, I did change to a public endpoint, so I'm not really sure where the problem is.

magic aurora
#

Would your code respond to an empty POST request? Can you try curl <YOUR_URL> -X POST -v and see what you get back?

calm storm
#

I don't know if it's a problem, but the domain is locked so only I on my ip adress can access it.

#

Now when I think about it it sounds like a problem... ;/

magic aurora
#

You need a capital X, you used lowercase.

#

Yeah, the URL needs to be publicly accessible.

#

Stripe needs to be able to access it.