I have a webpage within which there is another webpage
my code
<iframe id="myiframe" src="http://bing.com" width="800" height="500"></iframe>
I want to open the webpage in the iframe using an proxy ip like ip:port method is that possible
Because it provides different data for different country ip i.e) Indian ip data is different from US ip data or some is blocking Indian ip is that possible
Or is there a way to set proxy in IFrame
Thanks