The error response suggests you’ve not included the Access-Control-Max-Age HTTP Header in the list of allowedHeaders in your CorsFeature configuration.
Thanks. After adding that to the server side i no longer get that error.
But the calls to OPTIONS call still happens every time. But a co-worker ran the same code on a Mac and did NOT see the same behavior. So our TypeScript and ServiceStack implementation are not suspect currently.
Question: We dispose of the JsonServiceClient after every REST call. Will that stop the aching algorithm from working, or is the caching managed below by the browser?
Also, im still very interested in that back-end management panel powered by ServiceStack. The Nebular guys have 1/2 of the implementation but its not complete. I know you would do a much better job.
Regardless, thanks for all of your help. Stay safe.
The behavior is determined by browsers, the JsonServiceClient just uses the W3C standard fetch API for making Ajax calls. No physical connection management is not going to affect its CORS behavior.
Not sure what this is referring to, is this in continuation to a previous topic? Where’s their 1/2 implementation?
Issues:
No support for creating accounts or groups of accounts.
Nebular more focused on making a pretty UI and not actually managing users, groups and capabilities.
In the past you said it was on your future list.
Im sure your very busy building servicestack, but just wanted to mention it.