formdata

  1. j3k01

    FormData in post to API

    Hi, I'm struggling with post to api on endpoint that requires formdata content-type. I dont have idea why json in postman works, but in my code not. I'll be glad for any type of help :) using System; using System.Net.Http; using System.Net.Http.Headers; using Newtonsoft.Json.Linq; using...
Back
Top Bottom