Skip to main content

URL decoding of HTTP request URL parts

· One min read

Small change, but that can help using Spider a lot:

  • The URI, querystring, and hash parts of the HTTP requests are automatically URL decoded in Spider resource.
    • You can now search without all the %2B and such.
    • And querystring are better displayed both in grid, and in detail panel