ProxymanApp / ProxymanApp/Proxyman
[BUG][Repeat] Could not repeat the invalid encoded URL from Firefox
Open
@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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.