Link to home
Start Free TrialLog in
Avatar of trojan81
trojan81

asked on

client or server side rendering

Experts,

Client browses to a web site on webserver1.

Client clicks on a link that has an IFRAME pointing to webserver-2.  The link opens up within the same web browsing session but the client never made an http request to webserver-2.  In this scenario it appears that the webserver-1 made the connection to webserver-2 and rendered it to the client.  
What is this process or terminology called?
SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of trojan81
trojan81

ASKER

Dave,

When they say server-side rendering, do they mean that server1 makes the request to server2, and then renders it to the client so that the client doesn't have to make the request?

Take for example if we placed the client behind a firewall and only allowed it to reach webserver 1, would server-side rendering help accomplish the goal of having the client see data from webserver 2?
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial