Sitespeed.io 使用 NTLM
Sitespeed.io with NTLM
我有一个带有 NTLM 和 sitespeed.io 的 IIS 站点,运行 通过 Docker,似乎无法通过 NTLM 部分。
我是 sitespeed.io 的新手,但已经搜索了他们的文档,但没有发现具体支持或不支持 NTLM。
我在 Windows10 机器上 运行ning 的脚本是:
docker run --rm -v "%cd%":/sitespeed.io sitespeedio/sitespeed.io http://intranet.company.com/Pages/default.aspx#/
configuration docs indicate that only Basic auth is supported, and this issue comment 确认 不 支持 NTLM。 (通常,我假设如果某些文档没有明确说明该工具支持 NTLM 身份验证,则它可能不支持 NTLM。)
您需要完全禁用身份验证,在 IIS 上启用基本身份验证,或通过 NTLM proxy 路由您的请求(这并不理想,因为它必然会影响您尝试测量的时间)。
我有一个带有 NTLM 和 sitespeed.io 的 IIS 站点,运行 通过 Docker,似乎无法通过 NTLM 部分。
我是 sitespeed.io 的新手,但已经搜索了他们的文档,但没有发现具体支持或不支持 NTLM。
我在 Windows10 机器上 运行ning 的脚本是:
docker run --rm -v "%cd%":/sitespeed.io sitespeedio/sitespeed.io http://intranet.company.com/Pages/default.aspx#/
configuration docs indicate that only Basic auth is supported, and this issue comment 确认 不 支持 NTLM。 (通常,我假设如果某些文档没有明确说明该工具支持 NTLM 身份验证,则它可能不支持 NTLM。)
您需要完全禁用身份验证,在 IIS 上启用基本身份验证,或通过 NTLM proxy 路由您的请求(这并不理想,因为它必然会影响您尝试测量的时间)。