Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Preflight Error raised #134

Open
ahmedsaidzahran opened this issue Oct 16, 2019 · 0 comments
Open

Preflight Error raised #134

ahmedsaidzahran opened this issue Oct 16, 2019 · 0 comments

Comments

@ahmedsaidzahran
Copy link

I handled Preflight and it works fine.
but when used WebApiThrottle, it fires preflight errors from Ionic app and don't know when.

       config.MessageHandlers.Add(new CustomThrottlingHandler()
        {
            Policy = new ThrottlePolicy(perSecond: 5, perMinute: 300)
            {
                IpThrottling = true,
                EndpointThrottling = true,
                ClientThrottling = true
            },
            Repository = new CacheRepository()
        });
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant