Hello!
Lets imagine, that user fills web-form, click on “Submit” and then we have 2 options:
1. Object is going to be send via POST-request at specified URL
2. Object is not going to be send
I have to check, whether the object had been sent to server or not.
Is there are any possibility to use or write some kind of “listener” that could verify if this URL receive a POST request or not?