mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-04-03 16:56:01 +00:00
remove boost, add httplib, temporarily remove http* lua
This commit is contained in:
@@ -241,7 +241,7 @@ void TNetwork::Authentication(const TConnection& ClientConnection) {
|
||||
auto Target = "/pkToUser";
|
||||
unsigned int ResponseCode = 0;
|
||||
if (!Rc.empty()) {
|
||||
Rc = Http::POST(Application::GetBackendUrlForAuth(), 443, Target, {}, RequestString, "application/json", &ResponseCode);
|
||||
Rc = Http::POST(Application::GetBackendUrlForAuth(), 443, Target, RequestString, "application/json", &ResponseCode);
|
||||
}
|
||||
|
||||
json::Document AuthResponse;
|
||||
|
||||
Reference in New Issue
Block a user