Is it possible to list/track http requests made by an iframe in a webpage? Can we do this using javascript in the parent DOM of the iframe?
Thanks,
Kevin
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Unless the iframe tells you that it is requesting data, you can’t do this. A javascript function in the document loaded in the iframe could do this.
You can check what document the iframe is pointing to, but if you are opening any random page if the iframe, you cannot track what all requests it is making.