Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP requests support #24

Open
metaanomaly opened this issue Dec 15, 2022 · 0 comments
Open

HTTP requests support #24

metaanomaly opened this issue Dec 15, 2022 · 0 comments

Comments

@metaanomaly
Copy link

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.

metaanomaly added a commit to metaanomaly/WNetWrap that referenced this issue Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant