Incorrect Content Type When Using URL Parameters

#1
Hi

I've noticed that when adding a URL parameter to script files, it's returning an incorrect content type header value.

/bundle.js
content-type: application/javascript

/bunde.js?version=1.0
content-type: text/html

I would expect both paths to return application/json. Could someone advise.
 
Top