data-explorer
data-explorer copied to clipboard
REST API Content-Type should be Application/JSON
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.