IIS and Chrome - corrupted Javascript from IIS (looks ok in Fiddler) -
i have simple website i've migrated iis (7.5), , while works in ie javascript corrupted in chrome, looking chinese characters according dev tools.
a fiddler trace shows identical both browsers i'm v confused!
start of js in fiddler:
// comment $(function(){
start of js in chrome dev tools:
⼯䌠浯敭瑮␊昨湵瑣潩⡮笩ਊ瘉牡映汩浥湡条牥㴠␠✨昮汩浥湡条牥⤧ਬउ牢慥捤畲扭‽⠤⸧牢慥捤畲扭
maybe sort of unicode thing? changing file didn't (added comment @ top), , response headers ok:
http/1.1 200 ok content-type: application/x-javascript last-modified: thu, 14 may 2015 06:37:44 gmt accept-ranges: bytes etag: "c7bdb97b108ed01:0" server: microsoft-iis/7.5 date: thu, 14 may 2015 06:48:28 gmt content-length: 8273
it doesn't work on mobile safari can't see content tell if it's same problem.
thanks advice.
Comments
Post a Comment