I need to setup timeout for the request to 1 or 2 minutes. It will be better if I can do it for specific requests and for specific timeout in the BeforeRequest event. What I need is to when timeout expires decide if I should cancel request or not. The worst case scenario is to setup just to 3-5 minutes, if I can't on the fly decide should I abort request or not.
How can I do that?
Thank you very much in advance.