ProxymanApp / ProxymanApp/Proxyman
Request Script Changes Form URL Encoded Body Order
@NghiaTranUIT is already working on this.
Since Aug 20, 2025.
- Dominant language
- No language data
- Stars
- 7k
- Forks
- 237
- PR merge metrics
- No merged PRs in 30d
Description
Description
When using a script to run on Request for application/x-www-form-urlencoded requests, Proxyman appears to alter the order of the body key/value pairs. The order of the key/value pairs in the request is important when sending to Adobe Analytics.
Additionally, when trying to access the body in the script, it turns it into a Javascript object, so I lose the order there as well.
Steps to Reproduce
- Add script to run on a URL "Request"
- Send request with
application/x-www-form-urlencodedbody that has key/value pairs repeated. - Observe request body with Form or Raw tab.
Current Behavior
The order is different than when the script is not enabled.
Expected Behavior
The order of the form/encoded body is unchanged without having modified it.
Environment
- App version: Proxyman 5.23.0
- macOS version: Sequoia 15.4.1
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.