To pass url i have ip address and port number , how can that be send as http url
ex: ip address 10.5.90.948
port number as 71
http://10.5.90.948/71
does that takes to the url? if not how it can be passes as http address.
thanks,
michaeld
Select the protocol to use ( http:// or https:// ). Use the Server field to enter the name or IP address of the HTTP server. Do not include the scheme (i.e. http:// ) in this field. If your server is listening on a non-standard port (80 for http:// and 443 for https:// ) then enter the port number into the Port field.
The port number is “tacked on” to the end of the IP address, for example, “192.168. 1.67:80” shows both the IP address and port number.
To use an IP address instead of a domain name, simply enter the IP address in the URL in place of the domain name. For example, the URL http://192.168.1.1/index.html would take you to the same page as http://www.pcwebopedia.com/index.html.
http://10.5.90.948:71
scheme://host:port
http://ip:port/
- e.g. http://127.0.0.1:8080/
(Also, I expect it's just a made up example, but the IP address you quoted is of course not valid)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With