Browsers adding www. and .com to server address automatically

后端 未结 3 905
挽巷
挽巷 2020-12-08 20:06

In my company, we access some databases through a local server, through firefox/chrome/safari, by using a URL of the format:

http://server_name:port/path

thi

3条回答
  •  佛祖请我去吃肉
    2020-12-08 20:47

    If you just type server_name into the search/url bar the browsers try to be helpful and guess what the URL should be or switch to a search. However if you click on a HTML link, enter the full URL (http://server_name), or use a bookmark the browsers should respect what was entered.

提交回复
热议问题