Http.get() Where Port Is Not 80


mxy

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.