Navigation
Markdown version available here
Task 4
Add SSL and HTTPS to Task 3
Requirements
Add security to Task 3. Tutorial
Code
The code for Task 4 can be found in this branch
Data annotations are added in this commit
Dependencies Used
Microsoft.AspNet.WebApi.Cors
This package enables Cross-Origin Resource Sharing (CORS) in ASP.NET Web API
Nuget package manager Install-Package Microsoft.AspNet.WebApi.Cors
Testing
Web without https

Postman without https

Web with https

Postman with https

©2018 francisyzy - Github