Open kdurolek opened 2 months ago
@amitpanwar789 are you able to look into this?
@kdurolek could you provide the raw content?
@kdurolek could you provide the raw content?
Thanks. What were your steps exporting it raw from ZAP?
No problem. 1) I found request in zap history (also available via site tree) 2) Right-click -> Save as RAW -> Choose file name -> Save 3) I have renamed file issue.raw -> to issue.txt because I wasn't able to attach it (it was complaining about file type).
I hope it helps.
sorry for the late reply, maybe there is additional compression is used on response body as mentioned in header grpc-accept-encoding deflate,gzip and when you try to prepare any message you got grpc-status 8, maybe you have set a limit on your server try sending smaller message.
Describe the bug
ZAP is able to intercept gRPC request and response that I sent (acting as a proxy) but
Steps to reproduce the behavior
Expected behavior
I'm able to read and modify gRPC requests and responses
Software versions
2.15.0
Screenshots
No response
Errors from the zap.log file
No response
Additional context
No response
Would you like to help fix this issue?