ProxymanApp / ProxymanApp/Proxyman

[BUG][Repeat] Could not repeat the invalid encoded URL from Firefox

Open
#1,141 1 comment 0 reactions 1 assignee View on GitHub

@NghiaTranUIT is already working on this.

Since Feb 9, 2022.

✅ Done bug
Dominant language
No language data
Stars
7k
Forks
237
PR merge metrics
No merged PRs in 30d

Description

Description

If we call this URL https://httpstat.us/200?options={"key1":"val1","key2":"val2"} from Firefox, then repeating this request on Proxyman. The Repeat tool would be silently failed.

The investigation shows that Firefox doesn't encode the {, } properly:
Firefox

GET /200?options={%22key1%22:%22val1%22,%22key2%22:%22val2%22} HTTP/1.1

Postman

GET /200?options=%7B%22key1%22%3A%22val1%22,%22key2%22%3A%22val2%22%7D HTTP/1.1

Ref: https://bugzilla.mozilla.org/show_bug.cgi?id=479145

Acceptance Criteria
  • Keep the original invalid URL from Firefox => We don't try to encode it
  • Repeat or Edit & Repeat should work

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.