HTTP And HTTPS
What is the difference between HTTP and HTTPS ? Can a user access secure web page over HTTP protocol instead of HTTPS?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Prabhu RajaPosted Oct 19, 2011, 1:19 PM
Hypertext Transfer Protocol (HTTP) is a protocol used in networking. When you type any web address in your web browser, your browser acts as a client, and the computer having the requested information acts as a server. When client requests for any information from the server, it uses HTTP protocol to do so. The server responds back to the client after the request completes
Also Check this Blog : Click Here
Satyapriya NayakPosted Oct 19, 2011, 10:39 AM
Please refer the below link
http://www.wisegeek.com/what-is-the-difference-between-http-and-https.htm
Thanks
Sam HobbsPosted Oct 18, 2011, 5:25 PM
Javeed M ShaikhPosted Oct 18, 2011, 12:56 PM
On a broad note HTTP is a protocol for information to be passed between server and client in unsecure manner, while HTTPS does the same thing in a secure manner.
The data is being encrypted on sending/receiving and also you have to make sure that the source/destination is correct from where the request/response was send , if you implement this than i guess you are using secure web page on HTTP.
Please do not forget to mark "Accepted Answer".