# Firewall Rules (deprecated) 強力なフィルタで受信 HTTP トラフィックを検査し、一致するリクエストをブロック、チャレンジ、ログ、許可するルールを作成します。Firewall Rules は WAF カスタムルールに置き換えられています。 > 以下のリンクは、各ページの Markdown 版を直接指します。 任意のページは、`index.md` サフィックスなしの URL に `Accept: text/markdown` ヘッダーを付けて取得することもできます(例: `curl -H "Accept: text/markdown" https://developers.cloudflare.com/firewall/`)。 > > その他の Cloudflare 製品は、[Cloudflare ドキュメントディレクトリ](https://developers.cloudflare.com/llms.txt) を参照してください。 ## 概要 - [Cloudflare Firewall Rules](https://developers.cloudflare.com/firewall/index.md): 受信 HTTP トラフィックを検査し、処理するルールを作成します。 ## 概要 - [概要](https://developers.cloudflare.com/firewall/cf-firewall-rules/index.md): Cloudflare Firewall Rules の仕組みを説明します。 - [Firewall Rules のアクション](https://developers.cloudflare.com/firewall/cf-firewall-rules/actions/index.md): Firewall Rules で使えるアクションを確認します。 - [順序と優先度](https://developers.cloudflare.com/firewall/cf-firewall-rules/order-priority/index.md): ファイアウォールルールの評価順序と優先度を理解します。 ## ダッシュボードでルールを管理する - [ダッシュボードでルールを管理する](https://developers.cloudflare.com/firewall/cf-dashboard/index.md): ダッシュボードでファイアウォールルールを作成・管理します。 - [ルールの作成、編集、削除](https://developers.cloudflare.com/firewall/cf-dashboard/create-edit-delete-rules/index.md): ファイアウォールルールを作成、編集、削除します。 - [mTLS ルールを作成する](https://developers.cloudflare.com/firewall/cf-dashboard/create-mtls-rule/index.md): ダッシュボードで mutual TLS ルールを作成します。 - [ルールをプレビューする](https://developers.cloudflare.com/firewall/cf-dashboard/rule-preview/index.md): デプロイ前に、ファイアウォールルールの影響を確認します。 ## API でルールを管理する - [API でルールを管理する](https://developers.cloudflare.com/firewall/api/index.md): API でファイアウォールルールをプログラムから管理します。 - [呼び出し順序](https://developers.cloudflare.com/firewall/api/call-sequence/index.md): ファイアウォールルール向けの推奨 API 呼び出し順序です。 - [Cloudflare Filters API](https://developers.cloudflare.com/firewall/api/cf-filters/index.md): API でファイアウォールルール用のフィルターを管理します。 - [DELETE の例](https://developers.cloudflare.com/firewall/api/cf-filters/delete/index.md): DELETE API リクエストでフィルターまたはルールを削除します。 - [エンドポイント](https://developers.cloudflare.com/firewall/api/cf-filters/endpoints/index.md): フィルターと Firewall Rules を管理するための API エンドポイントです。 - [GET の例](https://developers.cloudflare.com/firewall/api/cf-filters/get/index.md): GET API リクエストでフィルターまたはルールを取得します。 - [JSON オブジェクト](https://developers.cloudflare.com/firewall/api/cf-filters/json-object/index.md): フィルターオブジェクトとルールオブジェクトの JSON 構造を確認します。 - [POST の例](https://developers.cloudflare.com/firewall/api/cf-filters/post/index.md): POST の API リクエストでフィルターまたはルールを作成します。 - [PUT の例](https://developers.cloudflare.com/firewall/api/cf-filters/put/index.md): PUT API リクエストでフィルターまたはルールを更新します。 - [式の検証](https://developers.cloudflare.com/firewall/api/cf-filters/validation/index.md): API でファイアウォールルールの式を検証します。 - [フィルターとは](https://developers.cloudflare.com/firewall/api/cf-filters/what-is-a-filter/index.md): フィルターは、トラフィックが特定の条件に一致した場合に、何かを実行する仕組みです。 - [Firewall Rules API](https://developers.cloudflare.com/firewall/api/cf-firewall-rules/index.md): Firewall Rules API を使ってファイアウォールルールを管理します。 - [DELETE の例](https://developers.cloudflare.com/firewall/api/cf-firewall-rules/delete/index.md): DELETE API リクエストで、フィルターまたはルールを削除します。 - [エンドポイント](https://developers.cloudflare.com/firewall/api/cf-firewall-rules/endpoints/index.md): フィルターとファイアウォールルールを管理するための API エンドポイントです。 - [GET の例](https://developers.cloudflare.com/firewall/api/cf-firewall-rules/get/index.md): GET API リクエストでフィルターまたはルールを取得します。 - [JSON オブジェクト](https://developers.cloudflare.com/firewall/api/cf-firewall-rules/json-object/index.md): フィルターオブジェクトとルールオブジェクトの JSON 構造を確認します。 - [POST の例](https://developers.cloudflare.com/firewall/api/cf-firewall-rules/post/index.md): POST の API リクエストでフィルターまたはルールを作成します。 - [PUT の例](https://developers.cloudflare.com/firewall/api/cf-firewall-rules/put/index.md): PUT API リクエストでフィルターまたはルールを更新します。 ## troubleshooting - [URL 正規化を有効にするために必要なファイアウォールルールの変更](https://developers.cloudflare.com/firewall/troubleshooting/required-changes-to-enable-url-normalization/index.md): URL 正規化に合わせてファイアウォールルールを更新します。