How to POST XML using Fiddler to ASP.NET WebAPI

后端 未结 4 828
夕颜
夕颜 2021-01-06 07:39

Given the following ASP.NET WebAPI, I am trying to send a test POST using Fiddler, but can\'t get it to work. Whatever I send, I always just see the No data sent to ser

4条回答
  •  孤街浪徒
    2021-01-06 07:57

    Keep the Content-Type: text/xml request header and change the XML to like this.

      
            somepassword
            somedata
            bob
    
    

提交回复
热议问题