<!-- Is this a question? Questions WILL BE CLOSED. Ask in our chat https://on.cypress.io/chat --> ### Current behavior: When `req.reply` inside of a `cy.route2` sends an outgoing request, it will not follow redirects. ### Desired behavior: Allow the user to pass `followRedirect` to follow the redirects before resolving the `req.reply` callback.
Current behavior:
When
req.replyinside of acy.route2sends an outgoing request, it will not follow redirects.Desired behavior:
Allow the user to pass
followRedirectto follow the redirects before resolving thereq.replycallback.