如何摆脱通过POST请求发送的XML中的换行符

时间:2016-06-02 08:37:40

标签: python xml http python-requests

我尝试通过[\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>

有人遇到过这样的问题吗?

0 个答案:

没有答案