I’m testing a publication that is supposed to connect to the internet to download and display some data.
For example: http://ip-api.com/json gets you geolocation information.
But when I try to access any url (I tried file_get_contents and cURL), both are rejected with error “403 Forbidden”.
Is there a special way in ExeOutput to access the internet?
For example: http://ip-api.com/json gets you geolocation information.
But when I try to access any url (I tried file_get_contents and cURL), both are rejected with error “403 Forbidden”.
Is there a special way in ExeOutput to access the internet?
Last edited by a moderator: