what is the difference in testing a secured site 'https' & a
non-secured site 'http&'

Answers were Sorted based on User's Feedback



what is the difference in testing a secured site 'https' & a non-secured site 'h..

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

what is the difference in testing a secured site 'https' & a non-secured site 'h..

Answer / tester24

http works on default port 80
and
https at port 443
Regards
Jaglan

Is This Answer Correct ?    0 Yes 0 No

what is the difference in testing a secured site 'https' & a non-secured site 'h..

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

Post New Answer

More Testing AllOther Interview Questions

In the 7 Stages of the SDLC (Planning, System Analysis, System Design, Development, Testing, Implementation, and Maintenance), what is the INPUT and OUTPUT of each stage?

0 Answers  


Evaluation?

0 Answers  


What is the role of quality assurance in a product development lifecycle?

0 Answers  


Explain configuration management?

0 Answers  


I. Product feasibility II. Software requirements III. Software Design IV. Acceptance test Which of the above reviews are necessary in order to ensure the traceability of requirements in the implemented software? 1. I and II 2. I, II, and III 3. II and III 4. II, III, and IV 5. I, II, and IV

1 Answers  






What is exhaustive testing?

0 Answers  


What is Test Server?

1 Answers   TCS,


If the client identified some bugs to whom did he reported?

1 Answers   TCS,


What is the difference between HBA, CNA and NIC?

2 Answers  


I am having 1.5 years of exp. in Manual testing.What I have to do now? Should I do ISTQB Certification or Perl/Shell Scripting Languages? OR Anything else.Please Guide me properly.

0 Answers  


Testing that checks that a modification applied during maintenance has NOT affected the code corresponding to those functions of the system that should be unaffected by the modification is called which one of the following? 1. Acceptance testing 2. Unit testing 3. Regression testing 4. Validation testing 5. System testing

5 Answers  


What are different types of protocols used in transportation and session layers of SAN?

0 Answers  


Categories