What is difference between http and https
Answers were Sorted based on User's Feedback
Answer / siddiqui wajid ali
HTTP is Hyper Text Transport Protocol and is transmitted
over the wire via PORT 80(TCP)
HTTPS (Hypertext Transfer Protocol over Secure Socket Layer
or HTTP over SSL) is a Web protocol developed by Netscape
and built into its browser that encrypts and decrypts user
page requests as well as the pages that are returned by the
Web server.HTTPS uses port 443
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / guest
http is used for normal web page and https is used for
secured web page (if there is 's' then it is secured web page)
Is This Answer Correct ? | 10 Yes | 2 No |
Answer / dashmesh singh
Please check this best tabular difference with images:
http://allroundexpert.blogspot.com/2015/01/difference-between-http-and-https.html
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nisha singh
Please check this best video tutorial:
https://www.youtube.com/watch?v=bdt0bqlPq-o
Is This Answer Correct ? | 0 Yes | 0 No |
1. what is SDLC and TDLC ?
which basic priority u used in ur project?
How do you go about testing a web application?
write test strategy for hotmail login screen
NOte pad Testing Q : How to test the notepad "Font size" and "Word Wrap" Options. How to test the relation between these two option.
What is the exact diff between sanity and smoke test and who will do in real time?
is test data the same as test condition
what is release notes?and when it is prepared and who prepares that?.
I have to write test cases for Create User, Edit User, Delete User etc. Some of the steps for Create & Edit User are same. Then Should I write refer Create User [test case Id] for common test steps to write Edit User Test case? OR I have to write separate test steps even though they are repeatable in Create user & Edit User test case.
write 3 main test cases for excel sheet?
what is test scenario?
is there any difference between test case design and test case development