mockttp
mockttp copied to clipboard
Powerful friendly HTTP mock server & proxy library
Current the withForm method does an exact match. I would like to perform partial matching. Is this currently possible? If not, it would be great to have this
I know `beforeRequest` method to manipulate ongoing request data but as I know there is no delay/pause option to specify after how many seconds the request will be continue and...
I have a Next.js app that uses an external API when server-side rendering the page and Cypress is used for e2e-testing. The external API must be mocked and Mockttp looks...
@pimterry I wanted to get your thoughts on using ESLint to enforce static analysis against the Mockttp source code. I see value in adding static analysis for a project of...
Hellooooo ππΎ I'm **really** liking the library so far, really amazing work!! π― I've been using it combination with Playwright and Next.js and seem to be stumped by mocking server...
Greetings. Some context: 1. TLS passthrough is enabled for all hostnames 2. All requests are configured to go through an upstream proxy In these circumstances one would expect that a...
This pull requests replaces url handling in request processing. **REASON** Some urls can change due to legacy parsing. For example, parsing the following url `https://example.com:8080/validate?param=\\/|+-` results in the following: `url.parse`:...
Hello, After the migration to nodejs 20.16.0 from 18.20.4 some of our tests that use Mockttp server started to fail with `EPIPE write` or `ECONNRESET read` or `ECONNRESET socket hang...
Hi @avarayr, I saw you left a comment on a PR (#145, comment now removed?) relating to this, so I thought I'd file a proper issue to track the suggestion....
Hello there, I am sorry in advance for the lack of knowledge/information about the problems I am facing but I'm coming here to mostly get help in digging this further...