mxy Posted October 22, 2013 Share Posted October 22, 2013 Is it possible to send a get request with HTTP.get() to a port other than 80? I have a local webserver running but it can't run on port 80 (already used). I can visit the webpage fine in a browser by going to "http://127.0.0.1:12345/" But in daqfactory this seems to fail: ?http.get('127.0.0.1:12345','') HTTP Error: The server name or address could not be resolved Link to comment Share on other sites More sharing options...
AzeoTech Posted October 23, 2013 Share Posted October 23, 2013 At present no, however, we have added this feature for you in release 5.90.7 which we'll post in a few days. It will be the third parameter: ? http.get('127.0.0.1', '', 12345) Link to comment Share on other sites More sharing options...
mxy Posted October 23, 2013 Author Share Posted October 23, 2013 Thanks very much! I will definitely make good use of this! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.