江玲华
Results
2
issues of
江玲华
我想做个upload.php接收html发起的上传媒体表单。请问,我应该怎么写upload.php?包括认证校验
### 🧐 问题描述 | Problem description 预期:接口会在response header中返回一些信息,比如token。我在响应拦截器中读取header 问题:拦截器的header内容只返回了content-length和content-type,与浏览器看看到的header不一致,导致我取不到token ### 💻 示例代码 | Sample code ``` ts responseInterceptors: [ (response: AxiosResponse) => { console.log('response headers:', response.headers); // 打印只有得到content-length和content-type const {...