Append Port number to Device URL

I have routers that I need to connect to using port 8080. Therefore the url to connect to it would be http://XXX.XXX.XXX:8080. What I need to know is how do I append the ‘:8080’ to the end of the url? Thanks

Nevermind, figured it out :slight_smile:

“http://[Device.FirstAddress]:8080”