MockServer enables easy mocking of any system you integrate with via HTTP or HTTPS with clients written in Java, JavaScript and Ruby. MockServer also includes a proxy that introspects all proxied traffic including encrypted SSL traffic and supports Port Forwarding, Web Proxying (i.e. HTTP proxy), HTTPS Tunneling Proxying (using HTTP CONNECT) and SOCKS Proxying (i.e. dynamic port forwarding).
Setting expectation below to forward https request doesn't seem to work with the verification GET request returns 301 response code which seems it's forwarding request in HTTP. Any idea what I've done is wrong?
Setting expectation below to forward https request doesn't seem to work with the verification GET request returns
301
response code which seems it's forwarding request in HTTP. Any idea what I've done is wrong?Set expectations
Verification
What i expect:
The mock-server html is returned.
Context
Mock-server docker image
mockserver/mockserver:5.14.0