Base solution for your next web application

Activities of "muradkayani"

I want only a few app services to be exposed as public APIs without specifying origin of the site in appsettings.json All other app service should work only for allowd origins in appsettings.json

For this i have defined cors policy as folloing

Fnd using EnableCors Attribute on app service

[EnableCors("AllowAll")] public class GuideReaderAppService : GuideBuddyAppServiceBase, IGuideReaderAppService { ...

while searching support forum i have read a few question but no help for example this one

Showing 1 to 1 of 1 entries