473,385 Members | 2,005 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Can we use 443 as Default port for HTTP or we should use only 80 as default port?

Can we use 443 as Default port for HTTP or we should use only 80 as default port for HTTP
Jan 11 '12 #1

✓ answered by Banfa

In what context?

Port 443 I believe is reserved for https, however in general if you are opening a connection you have to use the port that the server you are connecting to has opened for connections of that type. If you are coding the server then it can open any port number for an purpose it sees fit but if, for example, it opens port 54321 for http connections most browsers will not be able to connect to it without additional address bar settings because they all automatically use port 80 which is what is reserved for http.

1 2023
Banfa
9,065 Expert Mod 8TB
In what context?

Port 443 I believe is reserved for https, however in general if you are opening a connection you have to use the port that the server you are connecting to has opened for connections of that type. If you are coding the server then it can open any port number for an purpose it sees fit but if, for example, it opens port 54321 for http connections most browsers will not be able to connect to it without additional address bar settings because they all automatically use port 80 which is what is reserved for http.
Jan 13 '12 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Ramón | last post by:
COM1 is aumatically set when ActiveSync is run. But I want to set COM3 by default. I think I have to write in registry, but where in registry? Thanks, Ramón.
3
by: sympatico | last post by:
I have the need to read the printer port as well as write to it. In the old days, you would use peek and poke. Is there a simple way to make this happen? Thank you
1
by: micky | last post by:
default.mspx i'd like to change extention of my web page like mspx as microsoft insert mime type to mspx and then ?? how can i make this development environment?? especially vs2005?
0
by: harkit | last post by:
Hi We have a website which is configured to have "default.aspx" as one of the default documents. When we try http://server:port/default.aspx, the page is opening up. But when we try...
10
by: TS | last post by:
i just noticed the website i created in VS 2005 is running on a different port than the default. I see that it is running on the local web server, and also that the website i created isn't in IIS....
4
by: ganesah | last post by:
hi, Im working on a project where i need to send binary format data to serial port and output the exact data through parallel port? could anyone explain me how to do, what language should i use ? If...
4
by: ganesah | last post by:
hi, Im working on a project where i need to send binary format data to serial port and output the exact data through parallel port? could anyone explain me how to do it, can i use the C++ language?...
2
by: jtw | last post by:
I am trying to read an application setting from my App.Config file that I have modified from the default value that was entered into the settings window under project properties. string myConn =...
2
by: desktop | last post by:
Are there some way to mix default and non-default parameters in a constructor: class test { public: test(int i = 45, int j) : pp(j){} private: int pp; int i;
6
by: KYAW KYAW OO | last post by:
Dear All, I am trying to interface the above application with a reference of CodeProject: I/O Ports Uncensored - 1 - Controlling LEDs (Light Emiting Diodes) with Parallel Port. Free source code...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.