oh-my-mock
oh-my-mock copied to clipboard
Experiment with chrome extensions and angular
When you are in a website that makes many requests and you are interested in only one particular request, it's annoying to have to scroll each time through all other...
Support Cookies
First, I'd like to say I am really enjoying the extension, and I believe it'll help me out with my debugging efforts in the future. **I was wondering/hoping if there...
Hi , Is there a way to activate the response cache only for StatusCode 200, I find that it is useless to mock the 500 or 404 responses for my...
Is there a way for update the response of service even if it is deactivated, to always have the latest service response?
Hi, I have to mock some services. But all requests are going to a single endpoint. They only differ by body content. Can you filter requests by body content?
- Adding, replacing and removing request headers. - Replacing the request body, text/JSON, Base64 or form data.
If a response was cached in OhMyMock as JSON, it should be possible to request this response as Blob or ArrayBuffer. But not all conversions are possible (Image -> JSON)