Zr.Admin.NET icon indicating copy to clipboard operation
Zr.Admin.NET copied to clipboard

使用 Headers.Append 替换 Headers.Add

Open DUWENINK opened this issue 1 year ago • 0 comments

在 BaseController.cs、JwtExtension.cs 和 VerifyAttribute.cs 文件中:

  • 添加了 using Microsoft.AspNetCore.Http 引用。
  • 将 Response.Headers.Add 替换为 Response.Headers.Append,以确保在添加头部信息时不会覆盖现有的头部信息。

DUWENINK avatar Nov 07 '24 02:11 DUWENINK