HTTP-Methoden-Referenz
Netzwerk & Ops · Kostenloses Online-Tool
Semantik und Idempotenz der Methoden GET/POST/PUT/DELETE abfragen.
| 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-konform
Abdeckung aller in HTTP-Semantik definierten Standard-HTTP-Methoden.
Durchsuchbar
Sofort nach Methodenname oder Beschreibung filtern.
Eigenschafts-Flags
Auf einen Blick sehen, welche Methoden safe, idempotent oder cacheable sind.
So verwendest du HTTP-Methoden-Referenz
- 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.
Funktionen
- ✓100% kostenlos — keine Registrierung, kein Abo, keine Werbung
- ✓Läuft vollständig im Browser — Daten verlassen niemals dein Gerät
- ✓Schnell und ressourcenschonend — sofortige Ergebnisse
- ✓Plattformübergreifend — Desktop, Tablet und Smartphone
Häufige Fragen
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.
Verwandte Tools
TCP-Port-Referenz
Häufige Port-zu-Service-Zuordnungen abfragen (80/443/3306…).
Well-Known-Port-Lookup
IANA-registrierte Ports nach Port oder Dienstname nachschlagen.
CSP-Builder
CSP-Header-Direktiven visuell zusammensetzen.
CORS-Regel-Builder
CORS-Antwort-Header generieren (Access-Control-*).
Robots.txt-Generator
robots.txt-Regeln für eine Website generieren.
Sitemap-XML-Generator
sitemap.xml aus einer URL-Liste generieren.
.htaccess-Generator
Redirect-/Cache-/Auth-.htaccess-Regeln generieren.
Nginx-Config-Generator
Reverse-Proxy-/statische-Website-Nginx-Konfigs generieren.