我正试图上传一个图像到azure blob存储,两天前代码运行得很好,但最近我收到了一个错误,一个强制性的请求头丢失了。以下是返回的错误:
"<?xml version=\"1.0\" encoding=\"utf-8\"?><Error><Code>MissingRequiredHeader</Code><Message>An HTTP header that's mandatory for this request is not specified.\nRequestId:93cef
php
$video_query=mysqli_query($connect,"select Vdo_SNo, Vdo_Name, Vdo_Category, Vdo_Discription,Vdo_Date from user_videoarena where user_did='3' AND Vdo_Category='Portfolio' ORDER BY Vdo_SNo DESC "php ec