Proxy in iFrames

gaptrast

Member
Messages
123
Reaction score
0
Points
16
Hello,

I am making a website with an iframe on, but is there any way to let the iframe load through a proxy server? Like this:

Code:
<iframe id="myiframe" proxy="201.20.18.149:80" />

The IP:pORT adress is from hidemyass.com/proxy-list/

Thank you very much in advance.
 

misson

Community Paragon
Community Support
Messages
2,572
Reaction score
72
Points
48
You can't force a browser to use a proxy; the user must configure the browser. Otherwise, it would be a tremendous security hole.

You could set up a script on your own web server to proxy requests, and set the iframe src to use the script. You can't do this on x10, however; it violates the terms of service and will result in your account being immediately closed, with no chance to get any of your files stored on the server.
 
Top