Change timeout read and write only for specific rule

Hello everyone!

Can i change timeout for read and write on specific proxy rule, for example, only for download files? But Main configuration don’t change for that

No that’s unfortunately not possible. The proxy configuration is global and can not be changed per request as far as I know. This is unfortunately a limitation of the Go stdlib here :confused:

ok, thanks

I have another question. Can client setting up timeout header and with this header proxy oathkeeper can increase global parameter of timeout for read and write only for this request??

Not sure, it could work but I can’t guarantee it because I haven’t looked into the http.Server and http.ReverseProxy myself - just try it out.

ok, thanks