ProxymanApp / ProxymanApp/Proxyman
[BUG] Incorrect cURL from multipart/form Request
Open
@NghiaTranUIT is already working on this.
Since Oct 9, 2021.
✅ Done
bug
- Dominant language
- No language data
- Stars
- 7k
- Forks
- 237
- PR merge metrics
- No merged PRs in 30d
Description
Description
If we do "copy as cURL" from a multipart/form request, the output is incorrect.
For instance,
curl -v 'http://httpbin.org/anything' \
-X POST \
-H 'Content-Type: multipart/form-data; charset=utf-8; boundary=__X_PAW_BOUNDARY__' \
-H 'Authorization: ' \
-H 'Host: httpbin.org' \
-H 'Content-Length: 162' \
-H 'w: ' \
-H 'wqwefwfe: ' \
-H 'Connection: close' \
-H 'User-Agent: Paw/3.3.0 (Macintosh; OS X/11.5.2) GCDHTTPRequest' \
-d '--__X_PAW_BOUNDARY__
Content-Disposition: form-data; name="1"
2
--__X_PAW_BOUNDARY__
Content-Disposition: form-data; name="3"
4
--__X_PAW_BOUNDARY__--
We could not post a multipart/form with -d param. We have to use -F
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.