I have .net core app, and trying to send post request into some server, which accept this type. But I have error, because .net cant parse content into this type. If I change it to json, I have 400 error.
How I can do that? Could someone provide me example how to send POST from .net app?!
I have .net core app, and trying to send post request into some server, which accept this type. But I have error, because .net cant parse content into this type. If I change it to json, I have 400 error.
How I can do that? Could someone provide me example how to send POST from .net app?!