Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个可以在 Firefox 上完美运行的项目。当我在 chrome 上运行它时,对于一些用户来说,它说重定向太多了?
任何人都可以提出可能的原因/原因,因为这种特殊的场景只发生在少数用户身上,而且他们和其他人一样是普通用户。
不同的浏览器对 url/headers 进行不同的编码/解码。他们不断地请求错误的 URI,从而永远被重定向。所以“看起来安全的编码方案”在 Chrome 中失败了。