Hi All
I'm trying to get some web requests working in a WiFi context where the network is set to WPA2 Enterprise. The web server I'm trying to talk to lives on the same network and the browser on both the Mac and the iDevice can open the site.
However connecting to the web server in my app is failing miserably. I've tried both the .NET HttpClient
, and ModernHttpClient, but neither is able to connect properly to the web server. On the iOS side I've used the CFNetwork class to read the proxy settings from the system and set them up as the proxy in the HttpClientHandler that drives the HttpClient, but also without success.
Has anyone actually got this to work?