PortSwigger / burp-extensions-montoya-api

Burp Extensions Api
Other
125 stars 3 forks source link

Allow URL encoding of all characters #41

Closed nollium closed 1 year ago

nollium commented 1 year ago

Burp allows aggressive URL encoding of all characters: image

But the Montoya API doesn't seem to allow access to this conversion: https://portswigger.github.io/burp-extensions-montoya-api/javadoc/burp/api/montoya/utilities/URLUtils.html

It could be nice to add a flag to specify the wanted behavior, like the HTML encoding conversions do: https://portswigger.github.io/burp-extensions-montoya-api/javadoc/burp/api/montoya/utilities/HtmlUtils.html

Hannah-PortSwigger commented 1 year ago

Hi

Thanks for the suggestion! We'll get a feature request raised for this behavior.