Skip to content

wind0ws/SecureWebApiServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secure WebApi Server (C#)

The Server of SecureWebApi.
This is project contains a secure web api auth library and sample.
You can modify it to suit your business logic.
Server language is C#.Using .Net Framework 4.6.1,And IIS host it.

Attention Please:
"SecureWebApiServer/ConsoleApp/WebApi/AppKeySecret.cs" is a key/secret generator.
You can give it to your client which will invoke your api,please remember secret don't tranfer on Internet. Client and Server shoudl keep it safely.

Now,You have a secure web api. Server will verify every request before perform it.If the request is wrong ,server will return unauthorized msg to client.

##Screen Shot IIS status: IIS

About

The Server of SecureWebApi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published