I'm making a GET request, via postman, and it works normally.
When in localhost, it works too.
But when on air, on a server, it seems that the destination site blocks the request.
<?php
$curl = curl_init();
curl_setopt_array($curl,...
asked by
27.11.2018 / 15:37