I am trying to find the simplest way to interface to a HTTP GET API: http://zipcodedistanceapi.redline13.com/API I want to get able to pass in a zip code and get the results in json/xml/csv.
I have copied this code (https://stackoverflow.com/a/4033310) but I think I'm running into the problem of trying to access an external server. However, this website (http://web-sniffer.net/) is able to successful connect to the API and return the values, so it must be possible!
I have no experience of jQuery/Ajax/other(?) so as much help/code as possible would be greatly appreciated!