ndjson / ndjson-spec

Specification
680 stars 29 forks source link

How to send POST request in x-ndjson type from .NET Core? #36

Closed romapavliuk closed 3 years ago

romapavliuk commented 3 years ago

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?!