Web & HTTP Tools

HTTP is simple until something goes wrong — a mysterious 4xx, a CORS error in the console, a redirect that loops, a header that never arrives. This category collects the tools that make the protocol visible: references for every status code and MIME type, parsers for headers, URLs, query strings and user agents, and live testers for CORS and redirects.

It also covers the developer workflow around APIs: turning a request into a cURL command (or a cURL command into code), and reading, formatting and validating OpenAPI and Swagger documents.

Tools in this category

Break a URL into protocol, host, port, path, query parameters, fragment and credentials.

Web Open tool

Test CORS configuration: send preflight and simple requests from a given origin and inspect the Access-Control-* headers.

Web Open tool

Validate and analyze IPv4 / IPv6 addresses and CIDR ranges: class, scope, private/public, binary and range size.

Web Open tool

Build request headers for REST APIs (auth, content negotiation, tracing) and export to cURL, fetch, axios or HTTP.

Web Open tool

Generate ready-to-run REST API request code in cURL, JavaScript fetch, axios, Python requests, Java, C#, Go and PHP.

Web Open tool

Parse a cURL command into method, URL, headers and body, then convert it to fetch, axios, Python or a structured request.

Web Open tool

Render an OpenAPI 3.x / Swagger 2.0 spec (JSON or YAML) as browsable endpoint documentation.

Web Open tool

Learn more

More guides →