Michael Solomon
Michael Solomon
@janhesters is not being precisely tracked. https://github.com/mswjs/interceptors/issues/646. This limitation exists in our current implementation.
@janhesters Thanks for sharing this workaround! I recommend you not to change the behavior between you test and prod envs. can you just use the Fetch http client instead?
@janhesters But it works in tests, it should work in prod as well.
Could you please open a PR?
I think we support < 200 status codes. Can you please share a working minimal example?
@TrevorKarjanis I see this code works in v15 (beta). Could you please try it out? This release introduces some [breaking changes](https://github.com/nock/nock/tree/beta/migration_guides/migrating_to_15.md), so please let me know if it works for...
Looks good. Could you please include a test for the scenario you encountered and mentioned in https://github.com/nock/nock/pull/2859?
@svix-mman Thanks! @Uzlopak can we merge this into main?
Thanks for taking a look into it! > Marking as draft to see whether you agree with approach. Hm.. I'm wondering if there is a better (proper?) way to manage...
@Megamind51 Thanks! A minimal reproduction would help us to debug and fix this issue