Capture response and post

Capture response and post

Hi folks,

I could really use your expertise to achieve the following...

  1. Connect to a web page
  2. The response from this page will load some JS that should do 3 things...
  • Grabs the response body
  • Locates the action for a particular button, which is a URL with query string
  • Submits it as a POST back to the same page, with query and body data
The challenge here is that we cannot access server side code, so it needs to be entirely client side

Thanks