x10Hosting blocks IP of my backend that holds idle PHP connections

MarcosFRGames

New Member
Messages
11
Reaction score
0
Points
1
My setup on JustRunMy.APP simply holds an open HTTP connection to my x10Hosting PHP script for as long as that script needs to finish processing external APIs. I have to do this because `ignore_user_abort` and `flush` are disabled on the hosting. Telegram already gets an instant response from JustRunMy.APP, so users don't wait. JustRunMy.APP then waits for the slow PHP response.

I've capped it to fewer than 5 concurrent connections to avoid consuming all PHP processes. The IP of JustRunMy.APP still gets automatically blocked. Please whitelist it so it can talk to my site without being flagged.
 

Eric S

Administrator
Staff member
Messages
1,441
Reaction score
243
Points
63
We would need the IP of the application itself as multi IP are used for that platform. You should have a dedicated API IP or similar provided to you that we can review the logs and whitelist as needed.
 
Top