RE: Writing A Web Browser.... Sort of...
- From: lukezhan@xxxxxxxxxxxxxxxxxxxx (Luke Zhang [MSFT])
- Date: Wed, 01 Nov 2006 03:32:00 GMT
Hello,
As I understand, you want modify a http request before your portlet server
(SPS server here?) handle it and modify the response message before it is
sent to clients, Is my understanding correct?
In SPS/WSS there is no such settings. But you may consider the HttpModule
in ASP.NET which is still able to used in SPS server:
Introduction to HTTP Modules
http://msdn2.microsoft.com/en-us/library/ms178468.aspx
How To Create an ASP.NET HTTP Module Using Visual C# .NET
http://support.microsoft.com/default.aspx/kb/307996
Intercept, Monitor, and Modify Web Requests with HTTP Filters in ISAPI and
ASP.NET
http://msdn.microsoft.com/msdnmag/issues/02/08/HTTPFilters/
If there is any further question, please feel free to let us know.
Sincerely,
Luke Zhang
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- Prev by Date: Re: Why VS2005.IDE adds app.config to C# Class Library projects?
- Next by Date: use any enumerator as function parameter
- Previous by thread: Re: can I use IAsyncResult.IsCompleted Property to know if Endxxx was already called?
- Next by thread: use any enumerator as function parameter
- Index(es):
Relevant Pages
|