TweetMeme's bot uses a custom user-agent (below) that my 51foundation mobile sniffing thinks is a mobile browser. Does anyone know how to patch the wurfl file to prevent this?
-Thanks
User-Agent: Mozilla/5.0 (compatible; MSIE 6.0b; Windows NT 5.0) Gecko/2009011913 Firefox/3.0.6 TweetmemeBot
I was able to get it working when using the complete user agent in the patch file.
Place the following before the
</devices>
element in the patch file (web_browsers_patch.xml):See also my question about matching partial user-agent strings