Fork me on GitHub

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

Link to code

Web-http
Web-http

Postman without https

Link to code

Postman-http
Postman-http

Web with https

Link to code

Web-https
Web-https

Postman with https

Link to code

Postman-https
Postman-https

©2018 francisyzy - Github