S
Seb
Hi,
We have a page in VB.NET redirecting to an external site.
Example: http://mysite.com/redirect.aspx?url=http//externalsite.com/their-page.asp
The target page on the external site (http//externalsite.com/their-
page.asp in this example) also redirects to another page (let's say
"their-page2.asp") on their website).
When people click on my original link, Internet Explorer exhibits some
strange behaviour.
The first time, the IE address bar will show: http://mysite.com/their-page2.asp
(basically, staying on the original domain but trying to get the page
from the external site), resulting in a "page not found".
However, during subsequent attempts, IE sometimes gets it right, and
does redirect to "http//externalsite.com/their-page2.asp".
Can something be done on our aspx page to ensure that the redirect
works properly? Is this a defect with IE?
Thanks,
Seb
We have a page in VB.NET redirecting to an external site.
Example: http://mysite.com/redirect.aspx?url=http//externalsite.com/their-page.asp
The target page on the external site (http//externalsite.com/their-
page.asp in this example) also redirects to another page (let's say
"their-page2.asp") on their website).
When people click on my original link, Internet Explorer exhibits some
strange behaviour.
The first time, the IE address bar will show: http://mysite.com/their-page2.asp
(basically, staying on the original domain but trying to get the page
from the external site), resulting in a "page not found".
However, during subsequent attempts, IE sometimes gets it right, and
does redirect to "http//externalsite.com/their-page2.asp".
Can something be done on our aspx page to ensure that the redirect
works properly? Is this a defect with IE?
Thanks,
Seb