I'm submitting a form that does a POST then a redirect with a GET request. If I do: $browser->getRequest(); It gives me the data of the last GET request. How can I fetch the request data of the POST ? Thank you
Log in to post a comment.