Skip to content

Not able to intercept query string calls against the same domain #2317

Closed Answered by kettanaito
erickbelfy asked this question in Q&A
Discussion options

You must be logged in to vote

If you handle the request in the first handler then yes, of course no other handlers would be able to affect it. You have to do an early return in the cases you don't want to be handled.

I also think reading this can be helpful: https://mswjs.io/docs/concepts/request-handler#execution-order.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@erickbelfy
Comment options

@kettanaito
Comment options

@erickbelfy
Comment options

@kettanaito
Comment options

Answer selected by erickbelfy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants