mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 01:25:56 +00:00
[ROSAUTOTEST] Force HTTPS
ONLINE-855
This commit is contained in:
parent
a062160b29
commit
ec96bf8e5c
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ CWebService::DoRequest(const string& InputData)
|
||||||
DWORD DataLength;
|
DWORD DataLength;
|
||||||
|
|
||||||
/* Post our test results to the web service */
|
/* Post our test results to the web service */
|
||||||
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);
|
m_hHTTPRequest = HttpOpenRequestW(m_hHTTP, L"POST", szServerFile, NULL, NULL, NULL, INTERNET_FLAG_SECURE | INTERNET_FLAG_NO_COOKIES | INTERNET_FLAG_RELOAD | INTERNET_FLAG_NO_CACHE_WRITE, 0);
|
||||||
|
|
||||||
if(!m_hHTTPRequest)
|
if(!m_hHTTPRequest)
|
||||||
FATAL("HttpOpenRequestW failed\n");
|
FATAL("HttpOpenRequestW failed\n");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue