Hi,
I need to implement an HTTPHandler in ASP.NET (C#) - which can gather the query string parameters when an http call is made to the application - and then authorizes a user based on the values being passed in (basically - URL authorization through http handlers)
Q - Does anyone have a Good Example of a HTTP Handler which does a similar work? i.e. reads from the query strings being passed in and then may be collects them in an array?
I would really appreciate any help/direction in pointing me to a good httphandler example.
ngdotnet
Member
5 Points
1 Post
URL Authoirzation with HTTPHandler?
Dec 08, 2005 02:26 AM|LINK
Hi,
I need to implement an HTTPHandler in ASP.NET (C#) - which can gather the query string parameters when an http call is made to the application - and then authorizes a user based on the values being passed in (basically - URL authorization through http handlers)
Q - Does anyone have a Good Example of a HTTP Handler which does a similar work? i.e. reads from the query strings being passed in and then may be collects them in an array?
I would really appreciate any help/direction in pointing me to a good httphandler example.
thanks
ng