what is the difference in testing a secured site 'https' & a
non-secured site 'http&'
Answers were Sorted based on User's Feedback
Answer / rajesh.pothina
http is used for testing only normal web pages,
http's is used for testing secured web pages only.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / tester24
http works on default port 80
and
https at port 443
Regards
Jaglan
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / neelmani
HTTP stands for Hypertext Transfer Protocol. When you enter HTTP:// in your address bar in front of the domain, it tells the browser to connect over HTTP. HTTP uses TCP (Transmission Control Protocol), generally over port 80, to send and receive data packets over the web. To put it simply it is a protocol that’s used by a client and server which allows you to communicate with other websites. The client sends a request message to a HTTP server (after the TCP handshake) which hosts a website, the server then replies with the response message. The response message contains completion status information, such as “HTTP/1.1 200 OK”.
HTTPS stands for Hypertext Transfer Protocol Secure (also referred to as HTTP over TLS or HTTP over SSL). When you enter HTTPS:// in your address bar in front of the domain, it tells the browser to connect over HTTPS. Generally sites running over HTTPS will have a redirect in place so even if you type in HTTP:// it will redirect to deliver over a secured connection. HTTPS also uses TCP (Transmission Control Protocol) to send and receive data packets, but it does so over port 443, within a connection encrypted by Transport Layer Security (TLS).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is error-based testing?
Explain system testing?
What is difference between Access(DBMS) and RDBMS like SQL Server or Oracle?. Why Access is not used in web based application?
7 Answers Disha Tech, Infosys, TCS, Wipro,
Is it like only you will do the UAT testing or the Client. How is UAT test cases different from Functional test cases?
1 Answers Cap Gemini, Tech Mahindra,
What is supplier?
what is the difference between the normal testing and embedded testing?
What are the common mistakes which create issues?
What type of review requires formal entry and exit criteria, including metrics?
Can we use agil/scrum methodology in prodcut testing.
In what basis you will write test cases?
Explain smoke testing?
We r developing one Web Site for construction company. In that Web site we have different option like About Us,Contact Us,Home,Sites,Site Map,Search Etc........ and front page of that web application contains 6 different pictures means single page contain 6 pics etc... write Test plan ,Test Scenarios,Test Case ....