javascript - iframe calls by user or server -


i quite new web programming , trying head around iframes.

so, let have iframe on webpage (which on server) popular bbc site follows:

<iframe src="http://www.bbc.co.uk"></iframe> 

now, when user goes page, iframe loads - but, making calls within iframe? (i.e bbc content?) server or user?

i guess way ask question who's ip bbc's log see in case? web servers or users ip?

stupid question suppose, confused!

the user's web browser still making request.

you can use browser's developer tools see happen , confirm (they pop pressing f12). please become comfortable them 1 of trusty tools web development in future. :)

so answer question. regardless of page holding iframe lives, user still making request therefore ip should show up.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -