Asked by duncanb7
at 2024-11-24 00:11:15
Point:500 Replies:13 POST_ID:828570USER_ID:11059
Topic:
PHP Scripting Language;JavaScript;Apache Web Server
I get one php curl program to put in cron-job to do data extract
from one remote site on my hosting server company daily with
my domain name or IP address. It works fine everyday.
Yesterday my hosting company server is down for whole day and my worksite
is not working at all of course, since then the server is back to be normal or fixed but
I can't connect to the remote site again, other remote sites are okay for connection.
After debugging, I found I can use my home PC connected to the remote site and
run the php program on xammp server at my home PC successfully.
(Be reminded, it is hard to block my ISP IP address at my home PC when I do the
the remote site connection, since my ISP IP can be dynamic when my phone line is on and off , the remote site is not easy to block my access)
Up to this moment, I still not be able to connect the remote site
from my website on my hosting company.
I think the remote site blocked my domain name to access into its
server because I guess my php program running yesterday at the hosting company server down period will hang up the remote site server for long time. SO they
decided to block my domain name
How to avoid to block my IP address when I access the remote site through
my php curl program. Some people tells me it may use proxy to filter out
remote site blocking but How.
Any idea to solve my issue
Please advise
Duncan