Open triwav opened 2 months ago
You're right @triwav The script will modify your request/response when parsing to JavascriptCore
Is there some way to tell it to just use the original body not the modified version? If you use Breakpoint or Map Local, this won't happen.
I'm happy to share Charles and Proxyman session files privately
Thanks,. please sent to me at nghia@proxyman.io
I'm happy to investigate it
Sent to your email. Thank you.
Description
I am having an issue that a request I am trying to modify the url of with the scripting tool is modifying the body in some way. My best guess is that because the code is trying to convert the body to be compatible with the Javascript code it is causing the issue. I do know a request I send in Proxyman has a Content-Length: 3590 and the same endpoint hit with Charles is much smaller at Content-Length: 2207 which would support the theory that there is some conversion going on that isn't quite right. Is there some way to tell it to just use the original body not the modified version? I'm happy to share Charles and Proxyman session files privately
Steps to Reproduce
Current Behavior
Seems to mess with the passed in body
Expected Behavior
Should not mess with passed in body
Environment