forked from h5bp/mobile-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Transcoding Prevention
shichuan edited this page Jul 16, 2011
·
4 revisions
Many mobile network operators implemented "content transcoders" or "transcoding proxies" (Vodafone and TeliaSonera are among them). These content transcoders make the desktop web available on mobile devices. One of the side effects is that, already mobile optimized portals are also reformatted, destroying a carefully designed mobile user experience.
The line of code below in the .htaccess file could prevent content transcoders from altering your mobile web content.
Cache-Control: no-transform
Read more at the articles below:
http://mobiforge.com/developing/blog/responsible-reformatting
http://mobiforge.com/developing/story/setting-http-headers-advise-transcoding-proxies