Hey there everyone,
I'm new to Cypress and so far have been enjoying it a lot. I've ran into an issue with some of my e2e testing.
I'm using the intercept/redirect method to change calls from a API to a virtual service I've set up. Everything was working with GET endpoints, but when accessing a POST endpoint the redirect continues to change the method to a GET(resulting in a 405 error). I've tried to force the method to POST within the intercept method; however, that seems to have no impact.
I appreciate any and all help, thanks!