This commit is contained in:
2020-08-29 11:49:44 +08:00
parent e4773f3154
commit d0fe883e74
3 changed files with 9 additions and 4 deletions
+5
View File
@@ -23,6 +23,11 @@ namespace SimApi.Middlewares
public async Task InvokeAsync(HttpContext context)
{
if (context.Request.Headers.ContainsKey("Query-Id"))
{
context.Response.Headers["Query-Id"] = context.Request.Headers["Query-Id"];
}
var response = new SimApiBaseResponse();
try
{