Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net (http://www.velocityreviews.com/forums/f29-asp-net.html)
-   -   Re: iframe problem (http://www.velocityreviews.com/forums/t76241-re-iframe-problem.html)

Steve C. Orr [MVP, MCSD] 04-19-2004 06:17 PM

Re: iframe problem
 
That would be the expected behavior, because it's the user's machine that is
requesting the page.
Perhaps you could request the page from your server, capture the HTML, then
re-output the HTML to your client from your server.
But this may not work very well if the user is expected to input data into
that form and post it back to your partner site's server.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net



"nik" <anonymous@discussions.microsoft.com> wrote in message
news:11F452E0-6BB5-4B26-8C64-F0CCEF1EF000@microsoft.com...
> hi
> i got an aspx page (said A) containing an IFRAME in wich i dinamically

load another's site page. the other's site page authenticate my request
basing on the caller IP (my server IP).
>
> my problem : when my application's client load the page A, the IP address

making the request to fill the IFRAME is the client IP, so the partner site
do not authenticate me.
>
> is that wrong?
> how can i fix that problem?
>
> thx all
> nik
>
> p.s. could i change the background color of the page sended from my

partner site before displayng it in the IFRAME?
> p.p.s. sorry for my bad english.





All times are GMT. The time now is 06:15 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57