Hello all,
I’m a newbie so sorry about this question.
I’m trying to do a simple fetch to a url and it always returns failed status
fetch:
tool fetch url="http://gps.testurl.com/test.php"
note:
gps.testurl.com is not the actual url ![]()
test.php
<?php
// answers
http_response_code(200);
?>
I can ping the url, but the fetch seems not to work, it send:
status: failed
failure: connection timeout
What am I missing here?
Tks