skip to Main Content

Http Post Json in VS2022 C#

I have json file. When I send it by Postman (Application) it works but in C# code I get "Bad Request" The Json File: { "name": "Token", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, {…

VIEW QUESTION
Back To Top
Search