我尝试通过[\e801]
请求发送.xml
个文件:
POST
但是从客户端发送的文件为
files = {"FileName": open (path_to_file.xml, "rb")}
requests.post(url, files=files)
在服务器端收到
<protection>
<create name="domain1/domain2/>
<allowed name="domain1"/>
<allowed name="domain2"/>
</protection>
有人遇到过这样的问题吗?