norcino / netcore-cors-cookie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example of usage of CORS with Cookie

This project is a simple prototype created to help answer a question in StackOverflow.

There is an API project hosted on port 5001, and a Web project hosted on 5000.

A simple web page with a button allow to send a GET request to the API and along with the response a cookie is added with expirty date.

About


Languages

Language:C# 89.3%Language:HTML 10.7%