jeggy
03/17/2021, 5:14 PMcurl --request POST --form "field=value" <http://localhost:8080>
I have tried looking at submitForm
but when using this it just gives this error: Serializer for class 'FormDataContent' is not found.
Paul Griffith
03/17/2021, 6:04 PMsubmitForm
doesn't work, but you can manually wrap the body in MultiPartFormDataContent
and it seems to workjeggy
03/17/2021, 7:26 PMSerializer for class 'MultiPartFormDataContent' is not found.
header(HttpHeaders.ContentType, ContentType.Application.Json)