Hi, I would like to throttle requests POSTed by clients. Currently limit_rate is only working on traffic from server to client (download), is there any specific reason for that it can’t limit “upload”? I have tested that using simple calls “curl -X POST -d at ..”, POST requests were handled by backend over proxy_pass. BR jm