How to use network proxy for web runtime

How to use network proxy for web runtime

BY 10 Dec 2013 General Support

I have some widgets need access Internet to run and it need use network proxy, I add the netwrok proxy to /etc/profile and /etc/enviroment, but it deosn’t work in this single way. Anyone know how to configure it?The wiget contents are very simple, it contains the config.xml and custom.png, config.xml as following:

<?xml version=”1.0″ encoding=”UTF-8″?>
<widget id=”http://tizen.org/application-content” xmlns=”http://www.w3.org/ns/widgets” xmlns:tizen=”http://tizen.org/ns/widgets”>
  <access origin=”*”/>
  <icon src=”custom.png” height=”123″ width=”123″/>
  <name>application-content</name>
  <tizen:application id=”wrt2apc001.ApplicationContent” package=”wrt2apc001″ required_version=”2.1″/>
  <tizen:content src=”www.google.com” />
</widget>

Written by