Ticket #28 (new enhancement)

Opened 2 years ago

jsonrpc: Need ability to specify request content-type

Reported by: guest Assigned to: Jan-Klaas Kollhof
Priority: normal Milestone:
Component: jsolait-core Version: 2.0
Severity: normal Keywords:
Cc:

Description

HTTP server I use doesn't work if Content-Type of request body is different from multipart/form-data (it is a bug).

jsonrpc module should provide ability to specify content type of request, at least to workaround that bug.