How to secure a .ASHX-Request?
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi everyone, i'm just writing on a server-application which contains a few HTTP-Handlers. Now i have a Windows-Client (in future a few other clients) and want now, that only my clients are able to access those ashx-files. Is there a simple way to secure this? Can i put something like a "certificate" in my request of the client or something else? Or should i simple encrypt my content with a asymetric key? What do you think, any ideas? Thank you!