Convert CURL to C#

后端 未结 2 862
面向向阳花
面向向阳花 2020-12-03 15:32

I have spent ages trying various different ways to convert this curl to c#. Could someone please help. I am trying to do a http post and keep getting error 500. here is what

2条回答
  •  臣服心动
    2020-12-03 15:52

    Just implemented an experimental ASP.NET Core app that turns curl commands into C# code using Roslyn

    Give it a try, please:
    https://curl.olsh.me/

提交回复
热议问题