Brandon Byars
Brandon Byars
Hi there, I haven't touched node-defacto in some time, so I'm not at all committed to using it. To be honest, I have not had a deep thought on how...
Hi there, Yes there's a workaround. You can implement stubs that respond directly to the CORS requests. Here's a simple example that you can extend. -Brandon On Tue, Nov 20,...
See https://groups.google.com/g/mountebank-discuss/c/33guz5g7GGs/m/-sMGZxJgAgAJ for details
Hi there, I'm unaware of any other contributors looking to solve this issue (and I'm certainly struggling with some near-term bandwidth constraints). If you have the interest / time in...
A possible solution is to add a `strategy` field, with the default strategy being the existing string replacer. This could allow something like a jsonpath replacer that inspects the entire...
Nearly everything in mountebank is very general purpose, with the exception of HTTP binary support, especially during proxying. It is driven by very special case logic that examines the content-type...
Added several more MIME types for binary detection
Hi there, The proxy stub is specific to a single downstream service, and uses the imposter port to simulate that downstream service when it's being replayed. I can think of...
Reopening as previous fix broke cirillic character predicate matching.
Thanks. Do you have any ideas what the "interface" to this might look like?