[AWS] AWS.Client.Get

tony gair tonythegair at gmail.com
Fri Dec 19 16:58:38 CET 2014


I've trying to get hold of some JSON data from an address using a
AWS.Client.Get statement

i.e.

Test_Data : AWS.Response.Data :=
     AWS.Client.Get (URL  => "http://192.168.58.44:8083/data");

I'm getting an error

Get request error. Exception name: AWS.CLIENT.CONNECTION_ERROR
Message: [3] No recovery on connect to 192.168.58.44:8083:80

obviously I want to connect to port 8083 but it is adding the :80

if I omit the http:// I get an error

however in a browser typing 192.168.58.44:8083/data I get the data I am
looking for

How would I get the JSON data I am looking for with the get?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/aws/attachments/20141219/1e350e8f/attachment.html>


More information about the AWS mailing list