Dashboard missing ContentType Header

Hello, we use X-Content-Type-Options=nosniff in our application, and the /hangfire HTTP Response Header has no ContentType, so is displayed as plain text in the browser.

Shouldn’t the dashboard return ContentType text/html? How can I set this manually?

Yep, this a bug and should be fixed. I opened issue - https://github.com/HangfireIO/Hangfire/issues/154

@geirsagberg, check Hangfire 1.0.2 – https://github.com/HangfireIO/Hangfire/releases/tag/v1.0.2

That did the trick! Thanks a lot for the snappy response :slight_smile: