0
What does HTTP mean?
As in HTTP method.
4 odpowiedzi
+ 3
It is to Confirm whether a Website is Genuine.
You would see this in operation on Banking Sites, Google, etcetera.
HTTPS is an even more Secure Version of HTTP.
;)
Disclaimer: I may be Wrong...
+ 3
HTTP is an acronym for HyperText Transport Protocol. It defines the rules of communication between a user agent (generally a web browser) and a web server.
+ 2
The Hypertext Transfer Protocol (HTTP) is an application protocol for distributed, collaborative, hypermedia information systems. It has two methods
1. GET (when you use GET, the form data will be visible in the page address.)
2. POST (use POST when data is sensitive i.e. credit card no. or password)
Keep learning!
+ 1
Adding on to Gordon 's answer...
HTTPS is an improved/more secure type of Protocol.
:)
Thanks Gordon.