Need some help on this please

jake3340

Supreme Member
Joined
Nov 20, 2008
Messages
1,446
Reaction score
442
So I wan't to mask a url that runs a specific script on the page. If I iframe the page in one of my domains in order to mask the url would it still use the bandwith of the original page I iframed or will all that bandwith pass trough my host in order to reveal the content of the original page?

I am doing this not to reveal the original URL, maybe there is an easier way around this without wasting the bandwith from my host.
 
If I iframe the page in one of my domains in order to mask the url would it still use the bandwith of the original page I iframed or will all that bandwith pass trough my host in order to reveal the content of the original page?

Iframe is all client side trick. That means, if you load an url in an iframe, the data has to come from that url. So the bandwidth of the server which hosts the url will be used
 
Back
Top