#Adaxer
1 messages · Page 1 of 1 (latest)
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?
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.
Would your code respond to an empty POST request? Can you try curl <YOUR_URL> -X POST -v and see what you get back?