You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
I am trying to configure mock-server to act as a proxy, and just at the time of running my tests respond with some mock response. But, the forwarding seems to have some problem, and results in a 421 Misdirected Request
What you are trying to do
I am trying to configure mock-server to act as a proxy, and just at the time of running my tests respond with some mock response. But, the forwarding seems to have some problem, and results in a 421 Misdirected Request
MockServer version
5.15.0 (latest)
To Reproduce
Steps to reproduce the issue:
I am running the docker image using the command docker run -d -p 1080:1080 mockserver/mockserver
Describe the issue
I am trying to configure mock-server to act as a proxy, and just at the time of running my tests respond with some mock response. But, the forwarding seems to have some problem, and results in a
421 Misdirected Request
What you are trying to do
I am trying to configure mock-server to act as a proxy, and just at the time of running my tests respond with some mock response. But, the forwarding seems to have some problem, and results in a
421 Misdirected Request
MockServer version
5.15.0 (latest)
To Reproduce
Steps to reproduce the issue:
docker run -d -p 1080:1080 mockserver/mockserver
and
Expected behaviour
MockServer Log
The text was updated successfully, but these errors were encountered: