I have an issue where a single network call out of...
# chucker
c
I have an issue where a single network call out of the 50 that my app makes does not show a response body in chucker. If I look in charles, I can see the response body. I've tried: 1. setting break points in charles in order to remove the entire body except for a single field and the response STILL does not show 2. removing almost all response headers, and still no response body appears even if I remove all headers Is this a known issue by any chance?
🙏 1
v
No, it is not a known issue. Thanks for letting know. Would highly appreciate if you could open an issue with results of your findings/investigation. I think it is pretty serious issue as for network inspecting tool.
c
Yeah. I will try to repro this weekend or something. In my project at least, I was able to repro every time. Will try to come up with a sample.