rodrigo
04/09/2019, 11:44 AMHttpRequestBuilder and try to specify ContentType(ContentType.Application.Json) I get Header Content-Type is controlled by the engine and cannot be set explicitly. I’ve tried adding defaultRequest { ContentType } into the HttpClient { } but I still get the same error. How would I go about setting the content type?e5l
04/09/2019, 12:27 PMrodrigo
04/09/2019, 12:28 PM1.1.3e5l
04/09/2019, 12:28 PMContentType in request body using OutgongContent subtype.e5l
04/09/2019, 12:29 PMJsonFeature and it does it for you.rodrigo
04/09/2019, 12:30 PM