How to show an image which is secured by http authentication

前端 未结 2 1440
猫巷女王i
猫巷女王i 2021-01-02 16:01

How can i show an image from a server with standard http protection without showing the authentication window?

I now use standard html



        
2条回答
  •  执念已碎
    2021-01-02 16:31

    I used IrishGeeks tip to get a solution. It works on all browsers. The script.php is

    
    

    Then use

    ';
    ?>
    

    To get the image.

提交回复
热议问题