How do DNS and CORS checks use the server?
DNS lookup and CORS check use a DevTools server proxy to avoid browser CORS limits. Query content is not stored.
DevTools API & Web tools include URL encode/decode, User-Agent parsing, DNS lookup, API request testing, WebSocket debugging, CORS check, and security headers — some features use server-side proxy.
Encode or decode URLs and query parameters so special characters transmit safely.
Open toolParse User-Agent strings to identify browser, operating system, and device information.
Open toolLook up A, AAAA, CNAME, MX, TXT, NS, SOA, and other DNS records for a domain.
Open toolSend HTTP requests from the browser to test REST APIs and inspect response status and body.
Open toolConnect to WebSocket endpoints, send and receive messages, and inspect real-time traffic.
Open toolCheck whether a URL returns correct CORS response headers and diagnose cross-origin access issues.
Open toolPaste HTTP response headers to find missing or misconfigured security-related headers.
Open toolAPI debugging and web troubleshooting need multiple network utilities. This toolset helps check DNS, CORS, security headers, and WebSocket connections quickly.
DNS lookup and CORS check use a DevTools server proxy to avoid browser CORS limits. Query content is not stored.
ws:// or wss:// endpoints for quick WebSocket service verification.
GET, POST, PUT, PATCH, DELETE, and other common methods with custom headers and body.
Convert between common formats: CSV/JSON, YAML/JSON, TOML/JSON, Markdown/HTML, timestamps, image Base64, text encodings, and number bases.
Format and beautify SQL, HTML, XML, and YAML, plus a regex debugger—all run locally in the browser, free with no sign-up.
Full JSON toolkit: format, validate, minify, convert to CSV/XML, diff, generate and validate Schema, JSONPath, and tree view—all processed locally in the browser.
Upload a logo, preview browser and Google search results, configure iOS/Android icons, and generate a complete favicon package in one click.