Closed
Description
Expected Behavior
IRestRequest.AddJsonBody(obj, contentType)
will send correct ContentType field value
Actual Behavior
IRestRequest.AddJsonBody(obj, contentType)
force sends application/json
ContentType field
Steps to Reproduce the Problem
- Enable Wireshark
- Send some object with custom contentType (for example,
hello/world
) - See sent packet with default HTTP header:
ContentType: application/json
(should beContentType: hello/world
)
Specifications
- Version: 106.13.0
- Platform: Windows 10 x64 Pro
- Subsystem: Windows
Metadata
Metadata
Assignees
Labels
No labels