Can you please explain the different between http header and https header. I need very brief explanation. What will we do using http/https header?.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
http, https, ftp, etc are there to tell the server which protocol is being used, so it knows where to direct the request.
http is unencrypted, usually on port 80. https is encrypted with ssl, usually on port 443.