ProxymanApp / ProxymanApp/Proxyman

Request Script Changes Form URL Encoded Body Order

Open
#2,447 3 comments 0 reactions 1 assignee View on GitHub

@NghiaTranUIT is already working on this.

Since Aug 20, 2025.

✅ Done bug
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.

Image

Steps to Reproduce

  1. Add script to run on a URL "Request"
  2. Send request with application/x-www-form-urlencoded body that has key/value pairs repeated.
  3. 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

  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.