Http Notes
HTTPS - secure version, data is encrypted with SSL or TLS Everything that needs to be secure like credit card and contact
can install using ssl certificate
HTTP Methods
Four main ones:
GET
to get data from server
POST
send data on server, e.g. submitting form
PUT
Update data on server
DELETE
Deletes data from server
All this is to do with linking with databases.
With each HTTP Request, you have a header and body.