What is The Main Difference Between Http and Https
Answers were Sorted based on User's Feedback
Answer / abhijeet kankani
Secure HyperText Transfer Protocol (HTTPS) is for all
practical purposes HTTP. The chief distinction is that it
uses TCP Port 443 by default, so HTTP and HTTPS are two
separate communications. HTTPS works in conjunction with
another protocol, Secure Sockets Layer (SSL), to transport
data safely. Remember, HTTP and HTTPS don’t care how the
data gets to its destination. In contrast, SSL doesn’t care
what the data looks like. People often use the terms HTTPS
and SSL interchangeably, but this isn’t accurate. HTTPS is
secure because it uses SSL to move data.
| Is This Answer Correct ? | 19 Yes | 0 No |
Answer / satyabrata
Https is for the 128 bit Secure connection, Http is not.
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / siva
http is not secured connection
ex: websites with out payments
https is secured connection
ex:online payments
s---->safety,security,socket
ex: SSL
| Is This Answer Correct ? | 4 Yes | 0 No |
How vugen create a vuser script?
What are different types of vuser logs which can be used while scripting and execution? What is the difference between these logs? When you disable logging?
In which scenario, we should use "Vuser as Process" rather than "Vuser as Thread" and what is advantage of "Vuser as Process" option. (Please do not describe about Vuser as thread or advantages of vuser as thread).
How do you estimating target load levels in loadrunner?
How a request is routed (request flow) in an n-tier architecture. digramatically explain a basic n-tier architecture.
What is Response Time?
Hi, I'm trying to measure page load times in a web app. How do I verify that the page I go to next is fully loaded? Do I use content verification (web_reg_find)? I am measure the time it takes for a page to load and then the user goes to another page and another and so on. I need to know how long it took for page one. How long it took for page two and so one. I'm using transactions for each page, but I want to make SURE that the page is fully resolved/loaded before the scenario goes to the next page. So, does LoadRunner automatically do this or do I have to use content verification or do I do it in some other way? Thanks, Brian
Hi, I am using load Runner version 9.5 .i am trying to record a pdf report which gets pop-up on other window.While recording it pops-up but while running the script it doesn't . also,if i want to parametrize the same script and want n numbers of reports should be generated or get save in place i had done while recording .Is there any option for this? Please,give me the solution for this problem. Thanks in advance. Regards, Zia malik
Why we insert the rendezvous point while running the scenario?
What is action section?
Hi I want to learn Performance testing using load runner..Can anyone suggest me which is the best institute for load runner in bangalore??
Consider a business transaction, which is run in the LR tool (takes 2sec), but when run manually (takes 4sec). Please explain??