Download as pdf or txt
Download as pdf or txt
You are on page 1of 13

HTTPS Request

Methods
Group-8
HTTP REQUEST

Request line

Optional request headers

Body
GET Method
The method is used to retrieve data from
a specified resource.
POST Method
It is commonly used for form
submissions and file uploads.
PUT Method
The method i s used t o update a
s p e c i fi e d resource.
DELETE Method

I t i s important t o implement proper


s e c u r i t y measures when using the
method t o prevent unauthorized removal of
data.
PATCH Method
The method i s used t o apply p a r t i a l modifications t o a resource.
OPTIONS
Method
The method i s used t o
request information about the
communication options available f o r
a given URL or server
TRACE Method
The method i s used t o echo
the received request so t h a t a
c l i e n t can see what changes or
additions have been made by
intermediate servers.
CONNECT Method

The method is used to establish a


tunnel to the server identified by a given URI.
Best Practices
A summaryo f best practices f o r implementing request methods t o ensure data
s e c u r i t y and i n t e g r i t y .
Thanks!

You might also like