HTTP - PATCH Method

About

PATCH is an HTTP method that:

  • update a resource
  • provide only the data to be changed
  • can't be cached
  • is unsafe





Discover More
HTTP - Request Method (Get, Post, Put, )

The http method is a mandatory header of http request that defines the type of operation. A minimal get request from this page HTTP defines a set of operations. By order of most frequent: Method...
What are safe and unsafe requests?

In a HTTP security context, requests are: safe if they don't have a method that changes the state (ie GET, HEAD) unsafe otherwise (ie with the method POST, PATCH, PUT) When the type of request has...



Share this page:
Follow us:
Task Runner