I try to bring to a working condition a script on pkhp. I test on lokalkhost (xampp). And I see the following error in the console in the debugger:
Error loading this URI: Could not load the source for http: //localhost/my_test/script1-1.php .
And now there has been added:
Error code card: TypeError: NetworkError when attempting to fetch resource. Resource URL: moz-extension: //2a5c365a-01e2-785c-abff-2017f3de8c2f/node_modules/webextension-polyfill/dist/browser-polyfill.js URL map code: browser-polyfill.js.map [Read More]
The script (php cURL) should go to the target site, log in and receive data. And, here, I receive such error.
My knowledge is not enough to understand what it means. I am with pkhp while "on you". The first script is torturing. I assume that the site is denied access from localhost?
I would be grateful for the clue what it is and how to win it.
PS Here's what I found about this (translation from Yandex. Translator): This is probably the firewall problem. Curl by default tries to use port 1080, which is probably not open on your localhost / router / ISP.
Added xampp to firewall exceptions, but nothing has changed unfortunately. Port 80 is used by httpf.exe, that is, the local server.
How to solve a problem? Thank!