[Gllug] [OT] Apache and Mime problem? Or Vodafone problem?

Adrian McMenamin adrian at newgolddream.dyndns.info
Thu Dec 21 12:52:03 UTC 2006


On Thu, December 21, 2006 11:09 am, Adrian McMenamin wrote:
> I have been writing some MIDlet (java on mobile phones, basically) stuff
> and have hosted a download page on an (apache2) server I control and,
> AFAICS have correctly set the MIME types on the server.
>
> But with some phones (especially, it *seems* those on Vodafone) the
> WAP/GPRS browser refuses even to open the download page - complaining it
> is invalid or similar.
>

Further to this, it seems that every access on the Vodafone network is
passed through this:

"Mozilla/4.0 (compatible; MSIE 6.0; Bluecoat DRTR)"

That is some sort of VPN gateway device and seems to be the thing
rejecting my content. It's difficult to tell however, because it's not on
Vf's network but seems to be called into action whenever something that
requires a download/action is seen:

212.183.134.211 - - [21/Dec/2006:08:28:37 +0000] "GET /java HTTP/1.1" 301
235 "-" "SAGEM-myX-4/1.2 UP.Browser/6.2.2.6.d.5.100 (GUI) MMP/1.0"
217.169.46.98 - - [21/Dec/2006:08:28:37 +0000] "GET /java HTTP/1.1" 301
235 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Bluecoat DRTR)"
217.169.46.98 - - [21/Dec/2006:08:28:37 +0000] "GET /java/ HTTP/1.1" 200
1190 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Bluecoat DRTR)"
212.183.134.211 - - [21/Dec/2006:08:28:38 +0000] "GET /java/ HTTP/1.1" 200
1190 "-" "SAGEM-myX-4/1.2 UP.Browser/6.2.2.6.d.5.100 (GUI) MMP/1.0"
212.183.134.211 - - [21/Dec/2006:08:28:39 +0000] "GET /icons/blank.gif
HTTP/1.1" 200 148 "http://hatemytory.com/java/" "SAGEM-myX-4/1.2
UP.Browser/6.2.2.6.d.5.100 (GUI) MMP/1.0"
212.183.134.211 - - [21/Dec/2006:08:28:39 +0000] "GET /icons/back.gif
HTTP/1.1" 200 216 "http://hatemytory.com/java/" "SAGEM-myX-4/1.2
UP.Browser/6.2.2.6.d.5.100 (GUI) MMP/1.0"
212.183.134.211 - - [21/Dec/2006:08:28:40 +0000] "GET /icons/text.gif
HTTP/1.1" 200 229 "http://hatemytory.com/java/" "SAGEM-myX-4/1.2
UP.Browser/6.2.2.6.d.5.100 (GUI) MMP/1.0"
212.183.134.211 - - [21/Dec/2006:08:28:40 +0000] "GET /icons/unknown.gif
HTTP/1.1" 200 245 "http://hatemytory.com/java/" "SAGEM-myX-4/1.2
UP.Browser/6.2.2.6.d.5.100 (GUI) MMP/1.0"
212.183.134.211 - - [21/Dec/2006:08:28:55 +0000] "GET /java/deploy.wml
HTTP/1.1" 200 254 "http://hatemytory.com/java/" "SAGEM-myX-4/1.2
UP.Browser/6.2.2.6.d.5.100 (GUI) MMP/1.0"
217.169.46.98 - - [21/Dec/2006:08:28:55 +0000] "GET /java/deploy.wml
HTTP/1.1" 200 254 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Bluecoat DRTR)"
212.183.134.211 - - [21/Dec/2006:08:29:06 +0000] "GET /java/deploy.wml
HTTP/1.1" 200 254 "http://hatemytory.com/java/" "SAGEM-myX-4/1.2
UP.Browser/6.2.2.6.d.5.100 (GUI) MMP/1.0"
212.183.134.211 - - [21/Dec/2006:08:29:33 +0000] "GET /java/HateMyTory.jad
HTTP/1.1" 200 242 "http://hatemytory.com/java/" "SAGEM-myX-4/1.2
UP.Browser/6.2.2.6.d.5.100 (GUI) MMP/1.0"
217.169.46.98 - - [21/Dec/2006:08:29:33 +0000] "GET /java/HateMyTory.jad
HTTP/1.1" 200 242 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Bluecoat DRTR)"
212.183.134.211 - - [21/Dec/2006:08:29:40 +0000] "GET /java/HateMyTory.jar
HTTP/1.1" 200 10089 "http://hatemytory.com/java/" "SAGEM-myX-4/1.2
UP.Browser/6.2.2.6.d.5.100 (GUI) MMP/1.0"
217.169.46.98 - - [21/Dec/2006:08:29:40 +0000] "GET /java/HateMyTory.jar
HTTP/1.1" 200 10089 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Bluecoat
DRTR)"
212.183.134.211 - - [21/Dec/2006:08:29:52 +0000] "GET /java/MANIFEST.MF
HTTP/1.1" 200 188 "http://hatemytory.com/java/" "SAGEM-myX-4/1.2
UP.Browser/6.2.2.6.d.5.100 (GUI) MMP/1.0"
217.169.46.98 - - [21/Dec/2006:08:29:52 +0000] "GET /java/MANIFEST.MF
HTTP/1.1" 200 188 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Bluecoat DRTR)"
212.183.134.211 - - [21/Dec/2006:08:30:31 +0000] "GET /java/deploy.wml
HTTP/1.1" 200 254 "http://hatemytory.com/java/" "SAGEM-myX-4/1.2
UP.Browser/6.2.2.6.d.5.100 (GUI) MMP/1.0"


Anybody know anything about how these devices work and how to get them to
pass my content?


-------------- next part --------------
-- 
Gllug mailing list  -  Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug


More information about the GLLUG mailing list