1

I'm trying to fix/patch the ASPNET 1.1 framework problem with the user-adgent string being too long.

Is there a ISAPI filter that could shape the USER-AGENT header before passing in to ASPNET?

Mesh
  • 213
  • 3
  • 10

2 Answers2

3

ISAPI_Rewrite from http://www.isapirewrite.com. You should be able to change the USER_AGENT.

Fred Jonas
  • 186
  • 3
  • Although there does seem to be a bug in there RewriteHeader directive... have raised a support question to find out. – Mesh Sep 04 '09 at 11:33
1

Have you looked into ISAPI Rewrite to see if it will do what you're looking for? It's fairly robust.

palehorse
  • 4,299
  • 5
  • 29
  • 27