mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-04-10 04:16:01 +00:00
implement GetOSName, start working on HttpsPOST
This commit is contained in:
@@ -281,7 +281,7 @@ void TNetwork::Authentication(SOCKET TCPSock) {
|
||||
}
|
||||
|
||||
if (!Rc.empty()) {
|
||||
Rc = Http::POST(Application::GetBackendUrlForAuth(), "/pkToUser", {}, R"({"key":")" + Rc + "\"}", true);
|
||||
Rc = Http::POST(Application::GetBackendUrlForAuth(), "/pkToUser", {}, R"({"key":")" + Rc + "\"}", "application/json");
|
||||
}
|
||||
|
||||
json::Document AuthResponse;
|
||||
|
||||
Reference in New Issue
Block a user