Is it possible to access the source of a sub-domain page I control?
For example:
http://www.example.com/test.html runs javascript that calls up login.example.com and returns the source of login.example.html
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.
This is where it gets fun using document.domain.
example.com/test.html page’s html
HTML for subdomain.example.com/domain.html [page in iframe]