Proxy - gd-99/symbiogd GitHub Wiki

A common problem with the webos web browser is an error like this:

Cannot open page: internal error

Most of the time that's due to a security restriction set by the browser (not the webos browser, the native one!). Websites like Google, Facebook, Twitter and more don't accept to be displayed in an iframe.

The only solution to browse these websites is to set up a proxy.

Another solution:

PHPProxyImproved

You'll have to download https://github.com/emersion/phproxy-improved and extract it on your server. That's a fork of PHPProxyImproved which removes unwanted HTTP headers. Thus, installing the original PHPProxyImproved won't work.

Then, you should be able to access your network from the Internet with this proxy.

If you want to use it with the webos, open the web browser, click on the cog icon on the top right corner and enable the proxy.

Using your own PHPProxy

You can use your own PHPProxy by modifying the .htaccess file: http://dev.nuclearrooster.com/2011/01/03/cors-with-apache-mod_headers-and-htaccess/