I’m trying to call a web page withing the HTTP Get option (trying to setup a SOAP/REST thing is a little too complicated at the moment)
If I put in the URL, all I get back is null. I'm trying to pull something from local system but even google.com gives me null. Basically I do the get, then have a scriptable task that simply does system.log (result)
In my case the URL I visit should just be returning the IP, not even a full web page so it's fine but I think i'm doing something wrong as I'm never able to get anything.
Any ideas?
Thanks