Hello,
I have a simple Isapi filter on IIS6 and IIS7 that redirects requests from
www.domain.com/file.php/key1/val1/key2/val2 to
www.domain.com/file.php?key1=val1&key2=val2.
Everything works perfectly for HTTP requests. However, the filter doesn't
seem to be running on HTTPS requests. I've checked the logs and only the
HTTP requests are getting reformatted. The filter code doesn't reference
"http://" so I think I'm just missing a setting somewhere.
Any ideas? The production machine is IIS6.
Thanks!
Noah