smocker icon indicating copy to clipboard operation
smocker copied to clipboard

Smocker is a simple and efficient HTTP mock server and proxy

Results 44 smocker issues
Sort by recently updated
recently updated
newest added

I'm currently working on an implementation of the Smocker mock server. Thank you for the lovely project that is built so far. At this time with [`POST /reset`](https://smocker.dev/technical-documentation/api.html#reset-smocker), it seems...

Any plan for adding support for OpenAPI like [MockServer](https://mock-server.com/mock_server/using_openapi.html) provides.

*To reproduce:* 1. Create smocker session 1. make a few requests 1. create another smocker session 1. copy link to the #1 session and open it in a new browser...

### Summary Smocker appears to add an extra `|` character when saving a request-body matcher to the `mocks.yml` file. ### Smocker Version 0.18.2 (using latest version of docker `thiht/smocker:latest`) ###...

bug

If not empty loads all the mocks from files (YAML/JSON) in a folder at startup. Can be used to create dedicated mocks docker image from the smocker official image.

Could you please also release official ARM64v8 docker image ? ``` docker run -d \ --restart=always \ -p 8080:8080 \ -p 8081:8081 \ --name smocker \ thiht/smocker Unable to find...

chore

Today, when you record mocks via the UI, it is not possible to retrieve them in YAML format.

feature-request

I have a use case for mocking third-party API where data is sent with POST via body in `application/x-www-form-urlencoded` format. It seems Smocker is pretty flexible in terms of various...

feat