After filling the form, can i,
instead of submitting it immediately ,
just build the POST request and put it into variable so i can modify it before sending ?
in other words:
1) i fill the form
2) click submit
2a) instead of submitting form a POST/GET request is built and put into variable
3) i edit variable
4) i submit modified request
instead of submitting it immediately ,
just build the POST request and put it into variable so i can modify it before sending ?
in other words:
1) i fill the form
2) click submit
2a) instead of submitting form a POST/GET request is built and put into variable
3) i edit variable
4) i submit modified request