Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to open an iframe link going through a VPN

I would like to embed on my website a german link which is free and open only to german public. If i open from another country i get "This show is not available in your country for legal reasons." Now if use a VPN in the other country i get access to the link. My question is: Is there any way to embed an iframe passing his link through a VPN simply using javascript or jquery? Final result should be the filtered link visible on my website. Thnx

like image 992
John Grischam Avatar asked Oct 15 '22 08:10

John Grischam


1 Answers

Using a http proxy!

Limitation:

  • No cookies
  • Sessions are messed up
  • Some website are proxy detection
  • Self hosting only, regions limitation
like image 79
hUwUtao Avatar answered Oct 26 '22 23:10

hUwUtao