Unchase.OpenAPI.Connectedservice
Unchase.OpenAPI.Connectedservice copied to clipboard
Sends incorrect content
With no specification the request sends the body as FormUrlEncodedContent then adds the header value for application/json the call does not work since the content is wrong, changing to JsonContent.Create(dictionary_) fixes the issue, is this a problem on my end, I can't find information about this anywhere.
With no specification the request sends the body as FormUrlEncodedContent then adds the header value for application/json the call does not work since the content is wrong, changing to JsonContent.Create(dictionary_) fixes the issue, is this a problem on my end, I can't find information about this anywhere.
It looks like an inherited bug from NSwag, see https://github.com/RicoSuter/NSwag/issues/3414.