Im trying to get that value previously configured on the device(see the image bellow), Im able to get all the other 4 data even the pwd with b2bapis.b2bcontrol.getProxyserverInfo(); but the bypass(excluder) value Im not able, According with the docs I have also tried with the method tizen.systeminfo.getPropertyValue and the param NET_PROXY_NETWORK but it returns that is not supported(the doc tells that is supported since v3.0 and Im using v4.0), I dont even know if with this Im going to be able to get the value I want, does anyone know how can I get that value?
My config.xml also contains:
<access origin="*" subdomains="true"></access>
<feature name="http://tizen.org/feature/network.net_proxy"/>
And all network privileges
This is the value that I need:
EDIT: The API version is 4.0 instead 4.5 (I've already edited in the original post)