3

I was wondering how request throttling would work with WebApi self-hosting? Would this be something you would have to implement yourself?

1 Answer 1

4

Yes, you have to implemented it. The same way you implement it if it was not a self hosted service. Here's a blog post which illustrates it with an example of a custom delegating handler which achieves this task.

Sign up to request clarification or add additional context in comments.

1 Comment

Thank you for your answer. I thought that IIS already had a feature which help with request throttling.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.