MKCOL
HTTP method
Specification of the HTTP method MKCOL
work in progress
HTTP Method MKCOL has been specified in Section 9.3 of Document RFC 4918 by the Internet Engineering Task Force (IETF) and the World Wide Web Consortium (W3C).
Description of the MKCOL method
work in progress
Example of HTTP method MKCOL
Request header:
MKCOL /new-directory HTTP/1.1
Host: api.example.com
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537
Authorization: Basic base64EncodedCredentials
Content-Length: 0
MKCOL /new-directory HTTP/1.1
Host: api.example.com
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537
Authorization: Basic base64EncodedCredentials
Content-Length: 0
Response header:
HTTP/1.1 201 Created
Date: Mon, 31 July 2023 15:00:00 GMT
Server: Apache/2.4.7 (Ubuntu)
Content-Length: 0
HTTP/1.1 201 Created
Date: Mon, 31 July 2023 15:00:00 GMT
Server: Apache/2.4.7 (Ubuntu)
Content-Length: 0