There is a service I'm using which allows me to add Javascript to their pages in a sandboxed iFrame. However, obviously, browsers are not allowing us to read data from the parent document.
So I was wondering if it's possible to listen to a specific Ajax call from inside that iFrame (the Ajax call will be made from the parent document)? Can we somehow see what XMLHTTP requests are being sent?
Ideally with vanilla Javascript.