Jump to content

Recommended Posts

Posted

Hi guys,

I'm trying to fill a form on a HTTPS page using _WinHttpSimpleFormFill, but the server says that I should use a secure connection to login.

I've had some problems on the same page with _WinHttpOpenRequest, and then I found out that I should use $WINHTTP_FLAG_SECURE to make it work, like this:

$httpOpen = _WinHttpOpen()

$httpConnector = _WinHttpConnect($httpOpen, $mainAddress)

$request = _WinHttpOpenRequest($httpConnector, Default, $subAddress, Default, Default, Default, $WINHTTP_FLAG_SECURE)

Now, is there a way to use $WINHTTP_FLAG_SECURE also with _WinHttpSimpleFormFill ?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...