buger / goreplay

GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes.
https://goreplay.org
Other
18.59k stars 17 forks source link

Not getting proper response of any request #1166

Open anutural opened 1 year ago

anutural commented 1 year ago

I am trying goreply 1.3.3 for windows and following these tutorials

https://github.com/buger/goreplay#getting-started https://www.youtube.com/watch?v=CxuKZcMKaW4

I have used this command "gor.exe --input-raw :8000 --output-file ./request.txt" for writing in file and also i have tried for console output.

In either case, I am getting proper request captured but getting below response

" 🐵🙈🙉"

Is there something I'm doing wrong?

request_0.txt

luoqianyi commented 1 year ago

I also appeared this problem