diff --git a/src/core/components/live-response.jsx b/src/core/components/live-response.jsx index b5612b3c..8cc93288 100644 --- a/src/core/components/live-response.jsx +++ b/src/core/components/live-response.jsx @@ -60,7 +60,7 @@ export default class LiveResponse extends React.Component { const body = response.get("text") const duration = response.get("duration") const headersKeys = Object.keys(headers) - const contentType = headers["content-type"] + const contentType = headers["content-type"] || headers["Content-Type"] const Curl = getComponent("curl") const ResponseBody = getComponent("responseBody")