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.

Home Page:https://goreplay.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forwarding to multiple addresses not working

Daemon-Targaryen opened this issue · comments

V1.3.3

Command line : --input-raw :9000 --input-raw-engine "raw_socket" --output-http "end_point_A:31380" --output-http "end_point_B:31380" --http-set-header "Host:some_host" --http-set-header "origin:gor" &

Forward traffic goes only to end_point_B

The same to me.
Command line: --input-raw :80 --output-http "http://[IP]" --output-http "http://[IP]"

Any feedback on this ?

I am having the exact same issue. I have two urls that I use using the --output-http and the traffic only gets forwarded to the second url. Any update on this?

Any update on this?