HTTP Status Codes
Web Tools
Search a reference of HTTP status codes and their meanings.
Open ToolPercent-encode and decode URLs and query parameters.
URLs may only contain a limited set of characters. Everything else — spaces, ampersands, slashes inside a value, non-ASCII text — has to be percent-encoded so the receiving server parses the request the way you intended.
Component mode escapes reserved characters such as & ? / and = , which is what you want for a single query parameter value. Full URI mode leaves the URL structure intact and escapes only illegal characters.
Web Tools
Search a reference of HTTP status codes and their meanings.
Open ToolWeb Tools
Find the MIME type for a file extension, or the reverse.
Open ToolWeb Tools
Build cURL, fetch and Python requests snippets from a request.
Open ToolWeb Tools
Parse, edit and rebuild URL query parameters.
Open Tool