What is the difference between HTTP and HTTPS.in Load Runner.
And how will u know(Client)ur using HTTP or HTTPS.? Any one
can justify?
Answer Posted / naresh kumar
HTTP is Hyper Text Transform Protocol and is transmitted
over the wire via PORT 80(TCP). You use HTTP when you are
browsing the web.
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 is really just the use of
Netscape's Secure Socket Layer (SSL) as a sublayer under
its regular HTTP application layering. (HTTPS uses port 443
instead of HTTP port 80 in its interactions with the lower
layer, TCP/IP.) SSL uses a 40-bit key size for the RC4
stream encryption algorithm, which is considered an
adequate degree of encryption for commercial exchange.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the element in the loadrunner controller?
What is running virtual user graph?
What kind of problem can we face regarding hardware, software, network and memory bottleneck during the performance test?
What is Standard deviation? How it will use in Lr?
Why vugen is used in lr?
What is the difference between web_reg_find and web_find?
How many users can I emulate with loadrunner on a pc?
What is the difference between hits/second and requests/second?
How you enhance the basic script?
what are the skip functions in Load Runner?
What is the rendezvous point?
What are the different components of loadrunner?
How will you handle the situation in scripting where for your mailbox you have to select any one mail randomly to read?
Where are automatic correlation options set?
I have one Scenario login then bookcoffee then logout explain test plan for above scenario?