mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-07-07 19:47:15 +08:00
Got the forwarding http content properly tests working, way to much going on in the requester
This commit is contained in:
@ -49,7 +49,7 @@ namespace Ocelot.Library.Middleware
|
||||
|
||||
var response = await _requester
|
||||
.GetResponse(context.Request.Method, downstreamUrl, context.Request.Body,
|
||||
context.Request.Headers, context.Request.Cookies, context.Request.Query);
|
||||
context.Request.Headers, context.Request.Cookies, context.Request.Query, context.Request.ContentType);
|
||||
|
||||
await _responder.CreateResponse(context, response);
|
||||
|
||||
|
Reference in New Issue
Block a user