---
title: "Allow HTTP methods for content requests"
sidebar_label: "Allow HTTP methods for requests"
description: "How to allow HTTP methods for content requests"
sidebar_position: 10
---

import Formbricks from '@theme/MDXComponents/Formbricks'

# Allow content request HTTP methods

By default, users can access content using the `GET`, `HEAD`, and `OPTIONS` methods. You can also allow the use of additional methods.

1. In the [control panel](https://my.selectel.ru/cdn-v3), on the top menu, click **Products** and select **CDN**.

2. In the **CDN Resources** section, open the CDN resource page → **Restrictions**.

3. In the **Allowed HTTP Methods** block, select the methods you want to allow requests for:

   * `POST;`
   * `PUT;`
   * `DELETE;`
   * `PATCH;`
   * `PROPFIND;`
   * `MOVE;`
   * `COPY;`
   * `LOCK;`
   * `UNLOCK;`
   * `PROPPATCH;`
   * `MKCOL.`

4. Click **Apply**. While settings are being applied, the CDN resource enters the `PROCESSING` status. You cannot apply other settings during this time. Settings take effect when the CDN resource transitions to `ACTIVE`.

<Formbricks />
