Fixed bug.

This commit is contained in:
Преподобный Ален
2022-10-20 16:05:12 +03:00
parent 9001af33a9
commit cf7bdf650d

View File

@@ -906,7 +906,7 @@ namespace Apostol {
pProxyRequest->Clear();
pProxyRequest->Location = pServerRequest->Location;
pProxyRequest->ContentType = pServerRequest->ContentType;
pProxyRequest->ContentType = StringToContentType(pServerRequest->Headers[_T("Content-Type")].Lower());
if (Method == "POST") {
pProxyRequest->Content = pServerRequest->Content;