Welcome to HostingForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

Isapi filter isn't handling SSL requests

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Related Topics:
ISAPI filter to post-process requests - We are trying to write an ISAPI filter to do post of requests. Here are the of our filter: 1. It needs to hold all until it receives the entire request (headers, server document body, post..

ISAPI Filter in VB6 - Is it possible to write an ISAPI filter in VB6 (or VB.net for that matter). If so, how? Please? TIA, Owen

ISAPI filter - Hi! We are doing some to find new ways to develop out product in a couple of different areas. One way to go includes writing an ISAPI filter that before the ASP code gets parsed. The reason for doing this is that we want to handle..

IIS 6.0: How to add isapi filter? - In IIS 5.0, adding an isapi filter was straight forward via ISM Admin tool using property pages. I tried the same steps in IIS 6.0, however I can't get the filter to load. Is there something that needs to be else where: 1. Web Service..

ISAPI Filter - Hello! Could anybody suggest me a good IIS 6 tool to find ISAPI filter and optimize IIS? Thank You! James
Next:  IIS: IIS7 Svr2008. installed ASP. No icon!  
Author Message
Noah

External


Since: Feb 24, 2008
Posts: 1



(Msg. 1) Posted: Sun Feb 24, 2008 10:36 pm
Post subject: Isapi filter isn't handling SSL requests
Archived from groups: microsoft>public>inetserver>iis (more info?)

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

 >> Stay informed about: Isapi filter isn't handling SSL requests 
Back to top
Login to vote
user

External


Since: Feb 05, 2007
Posts: 112



(Msg. 2) Posted: Mon Feb 25, 2008 3:55 pm
Post subject: Re: Isapi filter isn't handling SSL requests [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You need to be directing this question to whomever wrote/set up the ISAPI
filter.

Does it work with a plain non PHP non redirect file in HTTPS?

"Noah" <Noah.RemoveThis@discussions.microsoft.com> wrote in message
news:946BE5F5-AD34-484D-8118-DA42582F16FF@microsoft.com...
> 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

 >> Stay informed about: Isapi filter isn't handling SSL requests 
Back to top
Login to vote
David Wang

External


Since: Nov 14, 2007
Posts: 357



(Msg. 3) Posted: Sat Mar 01, 2008 3:03 am
Post subject: Re: Isapi filter isn't handling SSL requests [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Feb 24, 10:36 pm, Noah <N... DeleteThis @discussions.microsoft.com> wrote:
> Hello,
>
> I have a simple Isapi filter on IIS6 and IIS7 that redirects requests fromwww.domain.com/file.php/key1/val1/key2/val2towww.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


Is your filter registering to listen for events on HTTPS in
GetFilterVersion()? By default it only listen for HTTP requests.

SF_NOTIFY_SECURE_PORT



//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
 >> Stay informed about: Isapi filter isn't handling SSL requests 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]