Phoney proxy suuport

Hi,

Is it possible to configure Phoney to use a proxy for HTTP? Platform is windows.
I want to use it for testing purposes.

Best Regards,
Plamen, Veselinov

Hi Plamen,

Phoney uses the entries in the sdk.properties file for its proxy settings. In /MobileDesigner/sdk.properties you should see the following lines:

// Set any proxy settings that are needed to connect to external servers
proxy.hostname=
proxy.port=
proxy.username=
proxy.password=

Setting the values here should be all you need to do.

Regards,

Nick.

Thanks Nick,

I thought that only the Updater uses them but it makes sense that Phoney should also use them.

Best Regards,
Plamen, Veselinov