Replies: 1 comment 3 replies
-
@ajithvl can you try to add this
I'd like to see if rawBody is truncated or a entire body? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to process a response body and send it back using the
onResponse
script. Here is my codeThe
response.rawBody
andresponse.body
objects are getting truncated and its only sending partial text to my localhost endpoint.This is the output I see on Script console in proxyman
The content length is much larger in my case but its always truncated to
1210
bytes. Is there a way to fetch the entire response body?I suspect if its happening because of
"content-encoding": "gzip"
or"Transfer-Encoding": "chunked"
These are my headers
Request:
Response:
Any help or guidance would be greatly appreciated.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions