Downloaded Swagger Pet Store (Simple) from swagger.io editor and did a mvn jetty:run
When opening up DevTools on Chrome, I don't see the header Content-Type field being set.
This is on the GET /pets{id}

adding --header "Content-Type: application/json" to the curl command returns no errors
Downloaded Swagger Pet Store (Simple) from swagger.io editor and did a mvn jetty:run
When opening up DevTools on Chrome, I don't see the header Content-Type field being set.
This is on the GET /pets{id}
adding --header "Content-Type: application/json" to the curl command returns no errors