Hypertext Transfer Protocol (HTTP) Question:
Download Questions PDF

Explain secure HTTP?

Answer:

There are currently two methods of establishing a secure HTTP connection: the https URI scheme and the HTTP 1.1 Upgrade header, introduced by RFC 2817. Browser support for the Upgrade header is, however, nearly non-existent, so HTTPS is still the dominant method of establishing a secure HTTP connection. Secure HTTP is notated by the prefix https:// instead of http:// on web URIs.

Download HTTP Interview Questions And Answers PDF

Previous QuestionNext Question
Explain request message in HTTP?Explain about persistent connections?