data-explorer icon indicating copy to clipboard operation
data-explorer copied to clipboard

REST API Content-Type should be Application/JSON

Open nlaprell opened this issue 7 years ago • 0 comments

Content-Type header is not being set for all REST API responses and therefore defaulting to text. The response should be explicitly set to JSON.

Note: this prevents Groovy expression testing for JSON responses in the Rest Assured unit tests.

nlaprell avatar Nov 02 '18 15:11 nlaprell