Client found response content type of 'text/html', but expected 'text/xml'

前端 未结 4 797
逝去的感伤
逝去的感伤 2020-12-20 13:39

I am getting this error:

Client found response content type of \'text/html\', but expected \'text/xml.

I am adding web reference

4条回答
  •  爱一瞬间的悲伤
    2020-12-20 14:04

    I have found Fiddler to be highly useful in debugging http client server issues. It is a proxy that allows you to intercept and even change the content of the request and response.

提交回复
热议问题