Fixed bug.
This commit is contained in:
@@ -906,7 +906,7 @@ namespace Apostol {
|
|||||||
pProxyRequest->Clear();
|
pProxyRequest->Clear();
|
||||||
|
|
||||||
pProxyRequest->Location = pServerRequest->Location;
|
pProxyRequest->Location = pServerRequest->Location;
|
||||||
pProxyRequest->ContentType = pServerRequest->ContentType;
|
pProxyRequest->ContentType = StringToContentType(pServerRequest->Headers[_T("Content-Type")].Lower());
|
||||||
|
|
||||||
if (Method == "POST") {
|
if (Method == "POST") {
|
||||||
pProxyRequest->Content = pServerRequest->Content;
|
pProxyRequest->Content = pServerRequest->Content;
|
||||||
|
|||||||
Reference in New Issue
Block a user