mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
synced 2025-11-02 11:47:56 +00:00
Framework update.
This commit is contained in:
@@ -2046,8 +2046,8 @@ namespace OpenWifi {
|
||||
SetCommonHeaders();
|
||||
Response->set("Access-Control-Allow-Credentials", "true");
|
||||
Response->setContentLength(0);
|
||||
Response->setStatus(Poco::Net::HTTPResponse::HTTP_NO_CONTENT);
|
||||
// Response->setStatus(Poco::Net::HTTPResponse::HTTP_OK);
|
||||
// Response->setStatus(Poco::Net::HTTPResponse::HTTP_NO_CONTENT);
|
||||
Response->setStatus(Poco::Net::HTTPResponse::HTTP_OK);
|
||||
Response->send();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user