I am looking for documentation on the API versioning
Please send me a link Thanks, David
Thanks, looking forward to the wildcard support in future relesaes
What is the correct configuration for supporting wildcard sub domain multi tenant
when configured as: "CorsOrigins": ...,http://www.xxxx.com/,http://abc.xxxx.com/,http://qwe.xxxx.com/"
it works for the "www" as well as "abc" and "qwe" subdomains, I would like to replace: ",http://abc.xxxx.com/,http://qwe.xxxx.com/" with: "http://*.xxxx.com/"
Also changing the CorsOrigin in the appsettings.json file does not take affect until I restart the IIS (azure websites) Is there a way to have these changes take affect without the restart?
Thanks