When rewriting a url for a User-agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0 everything works fine.
when rewriting a url for a User-agent Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E)
I'm getting a different result with the same rules --> HTTP 502 sub 3,
87. — NOTIFY_MODULE_START
ModuleName="ApplicationRequestRouting", Notification="EXECUTE_REQUEST_HANDLER", fIsPostNotification="false", fIsCompletion="true"
11:10:22.001 88. — ARR_REQUEST_ENTITY_START
11:10:22.001 89. r MODULE_SET_RESPONSE_ERROR_STATUS
Warning
ModuleName="ApplicationRequestRouting", Notification="EXECUTE_REQUEST_HANDLER", HttpStatus="502", HttpReason="Bad Gateway", HttpSubStatus="3", ErrorCode="2147954430", ConfigExceptionInfo=""
11:10:22.001 90. r SET_RESPONSE_ERROR_DESCRIPTION
Warning
ErrorDescription="The connection with the server was terminated abnormally"
11:10:22.001 91. — NOTIFY_MODULE_END
ModuleName="ApplicationRequestRouting", Notification="EXECUTE_REQUEST_HANDLER", fIsPostNotificationEvent="false", NotificationStatus="NOTIFICATION_FINISH_REQUEST"
11:10:22.001
when all goes right i get, on the same spot this sequence
87. — NOTIFY_MODULE_START
ModuleName="ApplicationRequestRouting", Notification="EXECUTE_REQUEST_HANDLER", fIsPostNotification="false", fIsCompletion="true"
14:06:09.042 88. — ARR_REQUEST_ENTITY_START
14:06:09.042 89. — ARR_REQUEST_ENTITY_END
14:06:09.042 90. i ARR_RESPONSE_HEADERS_START
14:06:09.042 91. i ARR_RESPONSE_HEADERS_END
14:06:09.121 92. i MODULE_SET_RESPONSE_SUCCESS_STATUS
ModuleName="ApplicationRequestRouting", Notification="EXECUTE_REQUEST_HANDLER", HttpStatus="302", HttpReason="Moved Temporarily"
14:06:09.121 93. — NOTIFY_MODULE_COMPLETION
ModuleName="ApplicationRequestRouting", Notification="EXECUTE_REQUEST_HANDLER", NotificationStatus="1"
14:06:09.121
so with the same set of rules, same outbound and inbound urls different result. how is the possible?