Paolo Anzani

Results 2 issues of Paolo Anzani

Here I implemented a simple solution. An if statement checks which protocol is used by using `URI["scheme"]` and set the appropriate flags.

Normal http requests (no ssl) does not seem to work. The error returned by `GetLastError()` is `12157`, which translate into: `ERROR_INTERNET_SECURITY_CHANNEL_ERROR` > The application experienced an internal error loading the...