Skip to content

Facing issue with running Hoverfly in simulate mode #1192

Answered by tommysitu
td-bhanunadar asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @td-bhanunadar I see, you are trying to use hoverfly as a webserver, so using -webserverflag in docker is ok then. However you are setting it as a proxy using curl: curl -v --proxy http://localhost:8500 http://dummy-dev.com/api/v1/dummypath which is not right.

if the hoverfly is running as webserver for simulating, you should call it directly: curl -v http://localhost:8500/api/v1/dummypath

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@td-bhanunadar
Comment options

@td-bhanunadar
Comment options

@kapishmalik
Comment options

@tommysitu
Comment options

Answer selected by td-bhanunadar
@kapishmalik
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants