0

I have the following webiste which redirects to a particular resource:

foo.com -> abc.com

foo.com has NO X-frame header , thus can be iframed abc.com HAS X-frame header, thus it can't be iframed.

I just wanted to get at any cost the response location header (that is where it will redirect) which is caused by this url.

foo.com/redirect.com

The response contains a location header which redirects.

Is there's any means to see where uts redirecting?

Attempted

I tried to read iframe using this.src location but it returned only foo.com (that is initial url) not the abc.com.

I tried reading Chrome console but failed.

I tried

var ifrm = $('iframe');
var iurl = ifrm.window.location;

Any other way?

Thanks

Here's what i want:

i add this html tag

<iframe src="http://foo.com"></iframe>

Now ALWAYS foo.com will redirect to abc.com. So how do my iframe will knows that

Oh! foo.com has redirected me to abc.com!, now javascript, alert user that iframe is redirecting!

Basically: How do i know where an iframe is redirecting me?

Praveen Kumar Purushothaman
  • 164,888
  • 24
  • 203
  • 252
Ashesh
  • 71
  • 2
  • 10

0 Answers0