Info port related to a site's http url
Jenabon
Posted messages
11
Status
Membre
-
Jeanbon -
Jeanbon -
Hello everyone,
I would like to know how to obtain the port on which a website is running via its URL or IP address. I know it can be port 80 or 119, but how can I know precisely which one?
I assume that some specialized sites may be able to provide me with this kind of information.
Could you please share a few of them?
Thank you in advance.
Configuration: Windows 2000 / Firefox 3.6
I would like to know how to obtain the port on which a website is running via its URL or IP address. I know it can be port 80 or 119, but how can I know precisely which one?
I assume that some specialized sites may be able to provide me with this kind of information.
Could you please share a few of them?
Thank you in advance.
Configuration: Windows 2000 / Firefox 3.6
1 réponse
Hello,
The default port for websites is 80
The syntax to specify the port in the URL is: http://www.commentcamarche.net:80/
So you can test the sites you want to see by including the port in the URL.
Best regards
--
A stranger is a friend we haven't met yet.
The default port for websites is 80
The syntax to specify the port in the URL is: http://www.commentcamarche.net:80/
So you can test the sites you want to see by including the port in the URL.
Best regards
--
A stranger is a friend we haven't met yet.
Jeanbon
Thank you for this clear response!