I have a simple ASP.Net WebAPI service that assigns a static variable on POST/PUT and returns the value on GET:
private static State Repo = null; public State G
On Web.config, comment the line at
If you are using CORS config by web.config file.