-
Notifications
You must be signed in to change notification settings - Fork 0
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
kotlin-mpp-wininet - Cookie Handle #1
Comments
You have to use There's no built-in solution for handling cookies out-of-the-box. The same applies for setting cookies. You need to send |
Ty, HttpQueryInfoW worked fine for me, justed added this code in "WinInetHelper.request", after getResponseData() call sample: |
Do you Know to to handle https with certificate? In java u should update sdk cacerts, no idea how to do it in klotin/native |
HTTPS is supported by the WinInet library and handled transparently, so the certificate has to be available in system. It's controller by INTERNET_FLAG_SECURE flag. Check |
how to get the cookie returned by a Http get?
The text was updated successfully, but these errors were encountered: