How to set the

前端 未结 4 2103
天涯浪人
天涯浪人 2020-11-30 13:30

I would like to display the image from a network camera on my web page, but the image is behind a HTTP basic authentication server.

In Firefox and Chrome I can do th

4条回答
  •  一整个雨季
    2020-11-30 14:19

    You can load your img with AJAX, using XMLHttpRequest. As you might know, XMLHttpRequest has a setRequestHeaders method, so you will be able to manipulate headers for your request, hence, you will be able to do basic HTTP authentication.

提交回复
热议问题