How to protect an ASP Classic Page?

Posted by SH on Stack Overflow See other posts from Stack Overflow or by SH
Published on 2010-05-06T21:26:12Z Indexed on 2010/05/06 22:08 UTC
Read the original article Hit count: 193

Filed under:
|

How can I protect an ASP Classic page with either HTTP AUTH (you must provide a username and password to service) or a randomly generated access key that will be included as one of the parameters of the HTTP POST using the variable name access_key.

Can anybody provide asp classic code in this regard?

Quick help will be appreciated...

PS: OrderGroove is a 3rd party service... neglect it.

© Stack Overflow or respective owner

Related posts about asp-classic

Related posts about authorization