mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #1721] Throw net::ERR_CONTENT_LENGTH_MISMATCH 200 (OK) #1714
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1714
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yibhou on GitHub (Jul 22, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1721
Description
Steps to Reproduce
proxying some static file, and no configuration has been set, but throw the exception above. I try to use Charles, it work...
Environment
@NghiaTranUIT commented on GitHub (Jul 25, 2023):
@yibhou can you share with me the Request? You can export it by right-click -> Export -> ProxymanLog.
I'm not sure why the Content length is mismatched because Proxyman will calculate the body size and add it as a Header right before the data is sent.
@yibhou commented on GitHub (Aug 2, 2023):
dev.local_08-02-2023-08-52-30.proxymanlogv2.zip
@NghiaTranUIT