0

HTTP POST Request

Martin Schär 3 years ago in Devices / Http updated 3 years ago 0
Hi

I would like to make an http request with ComfortClick. Postmann's RAW output looks like this:

Connection: keep-alive
Content-Type: multipart/form-data; boundary=--------------------------882484731951074462757395
Content-Length: 238
----------------------------882484731951074462757395
Content-Disposition: form-data; name="message"
Content-Type: application/json
{"general":"Nachricht Test","language":"de"}
----------------------------882484731951074462757395--

Is that possible in ComfortClick?