|
Normal web browser?
Hi!
Does anybody know of a "normal" web browser for Pocket PCs that could browse ANY web page? All the browsers that I've tried so far send Pocket PC related headers in HTTP, which makes it impossible to access certain web pages that check for these headers.
I've tried to tweak the registry to remove these headers but I can't get rid of them all.
Regards, Sebastian
Example of a HTTP-request with IE 6.0:
GET / HTTP/1.1
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*
Accept-Language: en-us
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705)
Host: 62.78.233.249
Connection: Keep-Alive
Example of a basic HTTP-request with PIE:
GET / HTTP/1.1
Accept: */*
UA-OS: Windows CE (POCKET PC) - Version 3.0
UA-color: color16
UA-pixels: 240x320
UA-CPU: Intel® PXA250
UA-Voice: FALSE
UA-Language: JavaScript
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/2.0 (compatible; MSIE 3.02; Windows CE; 240x320; PPC)
Host: 62.78.233.249
Connection: Keep-Alive
Example of a HTTP-request with PIE and registry tweaks:
GET / HTTP/1.1
Accept: */*
UA-color: color16
UA-pixels: 240x320
UA-CPU: Intel® PXA250
UA-Voice: FALSE
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
Host: 62.78.233.249
Connection: Keep-Alive
|