Hi
While reviewing my server logs for requests from the plugin , I noticed it replaces all slashes in request including the baseline and all headers
for example suppose
GET / HTTP/1.1
Accept: application/json
User-Agent: moz/firefox
when the tool tries /%2e for example the request gets :
GET /%2e HTTP/%2e1.1
Accept: application/%2ejson
User-Agent: moz/%2efirefox

Hi
While reviewing my server logs for requests from the plugin , I noticed it replaces all slashes in request including the baseline and all headers
for example suppose
when the tool tries
/%2efor example the request gets :