Description: MockServer enables easy mocking of any system you integrate with via HTTP or HTTPS. It also proxies, allowing introspection and modification of proxied traffic, with all proxy protocols (i.e. port forwarding, HTTP, HTTPS, SOCKS4, SOCKS5, etc).
mockserver (4) mock api (4) mock server (2) mock http server (1) http mock server (1) mock rest service (1) mock server java (1) java mock http server (1) server mock (1)
To get started see the guide for mocking or proxying or the code examples .
For any system you integrate with via HTTP or HTTPS MockServer can be used as:
When MockServer receives a request it matches the request against active expectations that have been configured. Then, if no matches are found, it proxies the request if appropriate; otherwise a 404 is returned.