html - Is a iframe src requested from the user's ip address or the website servers ip address? -
is iframe src requested user's ip address or website servers ip address?
i suspect users ip, can confirm?
thanks,
- dane
iframe content requested user side (e.g. browser).
p.s. website server request content if doing sort of server side include (which has nothing iframes feature of web frameworks depending on web server , framework itself). example of ssi include
directive or embper's execute()
. in case user's browser wouldn't see included url, content included html server.
Comments
Post a Comment