Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm working on troubleshooting a feature that works for most users, but does not work for some. The users that have reported the issue seem to all have the following user agent string:

User agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; MALC)

So looking at the string it's an IE9, on Windows 7, 32-bit version of Internet Explorer is running on a 64-bit processor, running as IE9 (Trident/5.0 and MSIE 9.0 match).

However, I have no idea what MALC means. Googling it didn't get me any leads. Please help.

share|improve this question

1 Answer

up vote 0 down vote accepted

Take a look at this thread on answers.microsoft.com. It sounds like the Zhone MALC (Multiple Access Line Concentrator) may be causing "MALC" to appear in the UA string. Very strange, it seems unusual to me for something beyond the application layer to change the UA string... but hopefully this helps!

share|improve this answer
Thank you! That definitely helped in explaining what MALC means. Unfortunately, it's not really clear if that could impact our service delivery (it's voice streaming over RTMP or flash). – Sologoub Dec 8 '11 at 16:02

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.