Author Topic: PHP http requests are blocked  (Read 2533 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
PHP http requests are blocked
« on: June 17, 2021, 06:19:41 PM »
Hi,

trying to get external file contect using file_get_contents and file functions, but they are blocked by ????

In php.ini I have
allow_url_fopen = On
allow_url_include = On

Any suggetions on what might be blocking these functions?

Thank you