Last post Feb 16, 2012 03:43 AM by zhanghb0001
None
0 Points
4 Posts
Feb 16, 2012 01:44 AM|zhanghb0001|LINK
Hi:
In Classic mode, I have a IHttpmodule implementation, how do I remove a specific http header from http response? I know this can be done in integrated mode by using httpresponse.Headers.Remove(key)
Thanks
Member
402 Points
235 Posts
Feb 16, 2012 02:04 AM|dinakaran|LINK
Hi,
just follow this link
http://dmadan.wordpress.com/2011/05/04/removing-http-headers-for-asp-net-sites/
Feb 16, 2012 03:43 AM|zhanghb0001|LINK
Hi, this link talk about integrated mode, not good for classic mode, thanks
None
0 Points
4 Posts
Remove http header
Feb 16, 2012 01:44 AM|zhanghb0001|LINK
Hi:
In Classic mode, I have a IHttpmodule implementation, how do I remove a specific http header from http response? I know this can be done in integrated mode by using httpresponse.Headers.Remove(key)
Thanks
Member
402 Points
235 Posts
Re: Remove http header
Feb 16, 2012 02:04 AM|dinakaran|LINK
Hi,
just follow this link
http://dmadan.wordpress.com/2011/05/04/removing-http-headers-for-asp-net-sites/
None
0 Points
4 Posts
Re: Remove http header
Feb 16, 2012 03:43 AM|zhanghb0001|LINK
Hi, this link talk about integrated mode, not good for classic mode, thanks