We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@Controller('/case', { middleware: [CorsMiddleware, JSONPMiddleware] }) JSONPMiddleware 在处理JSONP请求的时候, 缺少对callback参数的处理,会导致所有的请求都转化为JSONP请求。
The text was updated successfully, but these errors were encountered:
fix: repair the impact of JSONP on normal requests(#2692) (#2699)
a2d7ad7
Revert "fix: repair the impact of JSONP on normal requests(#2692) (#2699
583edb8
)" This reverts commit a2d7ad7.
b635767
)" (#2700) This reverts commit a2d7ad7.
No branches or pull requests
问题描述
The text was updated successfully, but these errors were encountered: