【问题标题】:Apache basic auth alternativeApache 基本身份验证替代方案
【发布时间】:2021-04-22 16:35:36
【问题描述】:

我使用的是 apache2 提供的轴摄像头,身份验证机制是 apache basic auth。为域配置了 SSL。问题是我无法使用嵌入式 url 调用 api 进行流式传输,例如:-

https://user:pass@sub.domain.com/axis-cgi/mjpg/video.cgi

根据这篇文章,谷歌不再支持此功能,并被 chrome 阻止。 https://www.chromestatus.com/feature/5669008342777856

我尝试将凭据与 url 一起传递,但它也不起作用。

https://sub.domain.com/axis-cgi/mjpg/video.cgi?user=user&pwd=pass

此相机在 linux 客户操作系统中运行,是否可以设置支持我需要的替代身份验证。此外,是否有可能通过任何其他方式?

谢谢

【问题讨论】:

    标签: linux apache http video-streaming ip-camera


    【解决方案1】:

    你可以试试

    https://user:pass@sub.domain.com/axis-cgi/mjpg/video.cgi

    祝你好运

    这是为了给这篇文章添加足够的肉。

    【讨论】:

      猜你喜欢
      • 2018-12-22
      • 1970-01-01
      • 2011-05-05
      • 1970-01-01
      • 1970-01-01
      • 2014-08-10
      • 1970-01-01
      • 2016-01-04
      • 1970-01-01
      相关资源
      最近更新 更多