Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

HTTP filter for specific port

1 view
Skip to first unread message

Raziel

unread,
Apr 19, 2004, 4:33:33 AM4/19/04
to
Hi,
I need to know whether there is any option when adding a new HTTP
filter (using the provided SDK) to specify a specific port or listener
for the filter, meaning that this filter will be activated just if a
HTTP request is coming from this particular port and not for any HTTP
request which can cause a performance problems.
Please advise me.

Thanks.
Golan

Eran Shany [MSFT]

unread,
Apr 21, 2004, 11:44:58 AM4/21/04
to
You can implement this functionality.
A new server variable called LISTENER_GUID will give you the GUID (as a
string) of the network listener or web listener you connected through. You
can use IS_REVERSE_PROXY (or REVERSE_PROXY) to know the type of listener to
get.

You can also use the SERVER_PORT variable to know which port the request
came through.

Use these values to decide if your filter should act or not. You can extend
the ISA UI by means of a snap-in to provide a user-friendly interface for
the filter - see the SDK.

--
Eran Shany [ISA Server Product Team]
This posting is provided "AS IS" with no warranties, and confers no rights.

"Raziel" <gola...@yahoo.com> wrote in message
news:155c7c8.04041...@posting.google.com...

0 new messages