Click here to Skip to main content
15,886,565 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi

I host one JSP website on server e.g.("https:\\test.com\test.jsp")

I need read server variable "CLIENT_CERT_AUTH" of HttpServletRequest.

if CLIENT_CERT_AUTH is valid then allow to user view website otherwise reject the request.

I developed windows base application(.Net) and use webbrowser control to view this site.

I have allow to view this website only from my (windows base application),Not from other application or webbrowser.

I can not use parameter in URL because it can be trace by many utility.

how can I resolve this problem?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900