Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP input for listener #45

Closed
buger opened this issue Oct 21, 2013 · 1 comment · Fixed by #125
Closed

HTTP input for listener #45

buger opened this issue Oct 21, 2013 · 1 comment · Fixed by #125

Comments

@buger
Copy link
Owner

buger commented Oct 21, 2013

Right now we capture traffic only by sniffing it. Sometimes it not working, for example in case of Heroku #3 . By giving simple HTTP input we can solve this issue.

@buger
Copy link
Owner Author

buger commented Jun 25, 2014

Example configuration can look like this:

gor --input-http :8081 --output-http http://stage-server

After that you need to send HTTP request to this input endpoint which be exactly replicate to outputs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant