How to get iframe's referrer or capture iframe's ajax calls in the parent?
To be as succinct as possible, the contents of the iframe has buttons that
trigger ajax calls. From the parent, I want to be able to capture when the
iframe makes those calls, and what URL they are using, OR capture the
iframe's referrer when the contents changes.
Both the contents of the iframe and the parent are on the same server,
same domain.
How do I get the ajax called URL or the iframe's referrer?
No comments:
Post a Comment