ProxymanApp / ProxymanApp/Proxyman
[BUG] Scripting appends Content-Length: 0 even though the body is empty
Open
@NghiaTranUIT is already working on this.
Since Mar 29, 2022.
✅ Done
bug
- Dominant language
- No language data
- Stars
- 7k
- Forks
- 237
- PR merge metrics
- No merged PRs in 30d
Description
Description
If we use the scripting, the script might append the Content-Length: 0 to the Request/Response Headers even though the body is empty. Thus, It breaks the user's logic.
Acceptance Criteria
- If the body is zero, should not add the Content-Length
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.