Skip to content

All slashes in request get replaced #3

@YasserGersy

Description

@YasserGersy

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

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions