MiniProfiler and MiniProfilerEF6 - sql not showing on hosted environment

Guys - We have enabled miniprofiler and miniprofileref6 for our asp.net mvc web api, it works beautfiuflly on debug and localhost. The entityframework queries are being shown along with the request routes.

When I host it on our development box (ssl enabled) the EF sql queries are not being shown only the frontend/middletier requests for miniprofiler are being shown.

Can anyone please tell me what the problem could be?

Well, it seems obvious that there is something different with the configuration of your dev box than your localhost. Can you give any more details?

When you run it in localhost with ssl enabled, does it work then?