During Intercept request, modifying request method is possible? #28796
Unanswered
flyemirate0716
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am creating a cypress end-to-end test in React.js project. We have dockerized lambda backend api to testing purpose. So we modify original front-end request url to our dockerized lambda api by intercept request.
The problem is that lambda api is accepting only POST request. So we need to modify request method during intercept.
Is it possible?
Beta Was this translation helpful? Give feedback.
All reactions