I have a specific scenario where I need to get the method (GET) and action from the form (this is not owned by me) I'm using button listeners to intercept and preventing default actions. Then I want to use ajax to call the method and action and analyze the response and print it. And if possible I need to redirect to that action URL from my end!