在 React 中通过 fetch() 调用 API 但出现 CORS 错误。 https://login.microsoftonline.com/tenant_id /oauth2/v2.0/authorize?client_id=xxxxxxxxxxxxxxxxxxxxx&response_type=code&redirect_uri=http://localhost:3050&scope=user.Read.All&response_mode=query
上面的 URL 是由 Postman 制作的,如果直接粘贴在浏览器上可以正常工作。
2.有没有办法安全地获取代码,即在正文中而不是在查询中获取响应代码?
尝试将 Allow-access-origin 的获取中的标头传递给 *.