0

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.

user1692342
  • 5,007
  • 11
  • 69
  • 128

1 Answers1

0

I believe you can't monitor an iframe requests due to same-origin policy restrictions. There are a few workarounds, maybe one of them might work for you

Community
  • 1
  • 1
Kuf
  • 17,318
  • 6
  • 67
  • 91