I am developing a node webkit app which loads an iframe. Is there any module in nodejs which will allow me to track all the POST requests made by the iframe?
I have seen there are certain node modules which allow you to track requests made by the server, but I wont be creating a nodejs server as such and I would like to track the requests made by the iframe only.