6.1 HTTP Attacks

1.3 HTTP/HTTPSchevron-right

GETarrow-up-right

The GET method requests a representation of the specified resource. Requests using GET should only retrieve data.

POSTarrow-up-right

The POST method submits an entity to the specified resource, often causing a change in state or side effects on the server.

PUTarrow-up-right

The PUT method replaces all current representations of the target resource with the request payload.

DELETEarrow-up-right

The DELETE method deletes the specified resource.

OPTIONSarrow-up-right

The OPTIONS method describes the communication options for the target resource.

Last updated