mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 10:53:42 +00:00
[ROSAUTOTEST] Allow transparent redirection to HTTPS URLs
ONLINE-855
This commit is contained in:
parent
63b00d8146
commit
1d22362741
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ CWebService::DoRequest(const string& InputData)
|
|||
DWORD DataLength;
|
||||
|
||||
/* Post our test results to the web service */
|
||||
m_hHTTPRequest = HttpOpenRequestW(m_hHTTP, L"POST", szServerFile, NULL, NULL, NULL, INTERNET_FLAG_NO_COOKIES | INTERNET_FLAG_RELOAD | INTERNET_FLAG_NO_CACHE_WRITE, 0);
|
||||
m_hHTTPRequest = HttpOpenRequestW(m_hHTTP, L"POST", szServerFile, NULL, NULL, NULL, INTERNET_FLAG_IGNORE_REDIRECT_TO_HTTPS | INTERNET_FLAG_NO_COOKIES | INTERNET_FLAG_RELOAD | INTERNET_FLAG_NO_CACHE_WRITE, 0);
|
||||
|
||||
if(!m_hHTTPRequest)
|
||||
FATAL("HttpOpenRequestW failed\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue