Skip to content

HTTP requests support #24

Description

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 SSL libraries.

This is probably due to INTERNET_SECURE_FLAG used in HttpOpenRequestA().

A simple solution could be to select flags based on which type of protocol is used.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions