
New Member
•
2 Messages
A Question About Outbound PHP cURL Requests ...
I have several PHP scripts that download data for me in the evening using PHP's cURL function. So, the scripts all stopped working last night, and aren't throwing any error messages. Is it possible that AT&T is blocking my outbound requests? If so, any advice on how to debug this is much appreciated.
I am an AT&T Internet U-verse subscriber; have optical fiber running to my house.
P.S., Not all too familiar w/ networking syntax. In case you couldn't tell :)
Accepted Solution
Official Solution
JefferMC
ACE - Expert
•
33.5K Messages
1 year ago
Unless you have AT&T Internet Security turned on, it is unlikely that AT&T is blocking your requests. In any case, the cURL requests are pretty much indistinguishable from a browser request to the same URL, so I'd first try using the browser to see what happens and go from there.
0
action_jackson
New Member
•
2 Messages
1 year ago
Thank you ... A few minutes ago I resolved this w/ my data provider ... They had a configuration issue w/ their server. - Thanks again!
0