【发布时间】:2021-04-03 15:45:34
【问题描述】:
这个问题可能很愚蠢,但我是初学者,我无法在 ngrok 上禁用身份验证。我在使用 CORS PUT 时遇到问题,因此,在此 https://github.com/inconshreveable/ngrok/issues/196 之后,我决定使用“disable_options_auth”,但我似乎无法弄清楚如何使用。我在配置文件上试过这个:
tunnels:
demo:
proto: http
addr: 8080
inspect: false
auth: disable_options_auth
【问题讨论】:
标签: authentication ngrok