Post JSON on URL HTTP Web Request with VB.NET

后端 未结 1 639
走了就别回头了
走了就别回头了 2021-01-14 00:20

I am using an online NLP API called Wit.ai. I am sending an http web request, and I get a response, and that all works perfectly fine. However, now I need to know how to POS

相关标签:
1条回答
  • 2021-01-14 00:39

    Check this code at http://dotnetpad.com/9O883hmI it has a quick example of a POST method that can get you started on posting your JSON. Modify the URL and the content string and hit Run and see the results!

    0 讨论(0)
提交回复
热议问题