X-Mx-ReqToken header 的目的是什么?
What is the purpose of X-Mx-ReqToken header?
X-Mx-ReqToken
HTTPheader有什么用?几乎所有关于在 nginx 中启用 CORS 的教程都将 X-Mx-ReqToken
header 列入白名单。但是我找不到关于 header.
目的的任何信息
X-Mx-ReqToken
是一个 header 用于为 Mendix Runtime:
提供分析器密钥
Member Data Documentation
final String com.mendix.systemwideinterfaces.core.IProfiler.PROFILER_KEY = "X-Mx-ReqToken" [static]
基本上,这只是一遍又一遍地复制和粘贴相同的片段,直到它出现在每个 nginx CORS 教程中。但除非您实际使用所述分析器,否则省略是安全的。
X-Mx-ReqToken
HTTPheader有什么用?几乎所有关于在 nginx 中启用 CORS 的教程都将 X-Mx-ReqToken
header 列入白名单。但是我找不到关于 header.
X-Mx-ReqToken
是一个 header 用于为 Mendix Runtime:
Member Data Documentation
final String com.mendix.systemwideinterfaces.core.IProfiler.PROFILER_KEY = "X-Mx-ReqToken" [static]
基本上,这只是一遍又一遍地复制和粘贴相同的片段,直到它出现在每个 nginx CORS 教程中。但除非您实际使用所述分析器,否则省略是安全的。