Hello, is there a possibility to set a bypass-list of hosts for the proxy in the CkHttp-Component? I know something like this from the WinINet function "InternetOpen" with the parameter "lpszProxyBypass". Is there a solution with CkHttp (C++) or do I need to check the list by myself and set/unset the proxy setting before every HTTP-Request? Thanks
There is no such feature in Chilkat. Your app would need to check it's own list.