I have an application that requires an outgoing HTPPS connection to run, and allows for proxy settings to be automatically detected, manually set and used.
Is there an easy way to create a test environment that will emulate desktops in corporations that have forced web proxies (i.e. without them, connections will fail).
I find it hard to test my edge cases (timeouts, wrong authentication) when I am not in these environments and my test machines can actually make proper connections.
In other words I need a corporate environment in-a-box.
I have tried using FreeProxy, and it works as a simple proxy server, but how do you configure the test desktop to FAIL when not using proxy setttings?