HTTP メソッドリファレンス
ネットワークと運用 · 無料オンラインツール
GET/POST/PUT/DELETE メソッドのセマンティクスと冪等性を照会。
| Method | Safe | Idempotent | Cacheable | Has Body | Description |
|---|---|---|---|---|---|
| GET | Yes | Yes | Yes | No | Retrieve a representation of a resource. |
| POST | No | No | No | Yes | Submit data to be processed; creates a resource. |
| PUT | No | Yes | No | Yes | Replace the current representation of a resource. |
| DELETE | No | Yes | No | No | Remove a resource. |
| PATCH | No | No | No | Yes | Apply partial modifications to a resource. |
| HEAD | Yes | Yes | Yes | No | Identical to GET but without a response body. |
| OPTIONS | Yes | Yes | No | No | Describe communication options for the target. |
| TRACE | Yes | Yes | No | No | Loop-back test along the path to the target. |
| CONNECT | No | No | No | No | Establish a tunnel to the server (e.g. TLS). |
RFC 9110 準拠
HTTP セマンティクスで定義された全標準 HTTP メソッドを網羅。
検索可能
メソッド名や説明で即座にフィルタ。
プロパティフラグ
どのメソッドが safe、idempotent、cacheable かを一目で確認。
HTTP メソッドリファレンスの使い方
- 1Enter the URL, IP address, or network parameter to look up.
- 2Click the lookup or test button.
- 3Review the detailed results in the output panel.
- 4Use the information for your network operations.
機能と特徴
- ✓完全無料 — 登録不要、サブスクリプションなし、広告なし
- ✓ブラウザ上で完全に動作 — データは端末から送信されません
- ✓高速・軽量 — 即座に結果を表示
- ✓クロスプラットフォーム — デスクトップ・タブレット・モバイル対応
よくある質問
Are network lookups real-time?
Yes, IP lookups, DNS queries, and HTTP tests perform live network requests to provide current data.
Is my IP address logged?
The IP Lookup tool queries public geolocation APIs. We do not store your IP address or lookup history.
Why do geolocation results differ between providers?
Each provider maintains its own IP-to-location database with different update cycles and coverage. Treat any single result as an approximation, not an exact address.
Do the results reflect me if I use a proxy or VPN?
No. Results show the egress IP of the proxy or VPN you are connected through. Disconnect it if you need your real public IP.
関連ツール
TCP ポートリファレンス
一般的なポート対サービスのマッピング(80/443/3306…)を照会。
ウェルノウンポート検索
ポート番号またはサービス名で IANA 登録ポートを検索。
CSP ビルダー
CSP ヘッダーディレクティブを視覚的に構成。
CORS ルールビルダー
CORS レスポンスヘッダー(Access-Control-*)を生成。
Robots.txt 生成器
サイトの robots.txt ルールを生成。
Sitemap XML 生成器
URL リストから sitemap.xml を生成。
.htaccess 生成器
リダイレクト/キャッシュ/認証の .htaccess ルールを生成。
Nginx 設定生成器
リバースプロキシ/静的サイトの Nginx 設定を生成。