Update http_connector.cpp

This commit is contained in:
O口 2022-12-10 14:50:06 +01:00 committed by GitHub
parent eaee69c372
commit 6222b1971f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ namespace nsfq_http {
/* Header definition. TODO: cookie should be handled safely? */
m_slist1 = NULL;
m_slist1 = curl_slist_append(m_slist1 , "Cookie: holosesh=s%3AxmS8xBlQk4kH_rXQOaNjHk_3OuaBDsfA.M0yi%2BZmkiq%2BAmJBRj%2FNg9S%2BaSQpsfHRJcEeYVHLiKXg");
m_slist1 = curl_slist_append(m_slist1 , "Cookie: holosesh=s%3aSQpsfHRJcEeYVHLiKXg");
m_slist1 = curl_slist_append(m_slist1, "referer : https://nasfaq.biz/market");
curl_easy_setopt(m_hdl, CURLOPT_HTTPHEADER, m_slist1);
}