[test proxy] json request bodies order specific
Open
Test-Proxy
- Dominant language
- C#
- Stars
- 135
- Forks
- 260
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 143
Description
For example, if the recorded test sends request body {"hello": "world", "foo": "bar"}, sending {"foo": "bar", "hello": "world"} will result in a non-body match, which means re-recording.
It would be great if bodies would not be order specific
Contributor guide
Assessment
This issue has not been assessed yet.