calio/form-input-nginx-module

Is it possible to use a form field as a key for the rate limit module?

sedovalx opened this issue · 1 comments

Hi!
I'm looking for a way to limit request rate on a base of a username that is sent in a form field. As far as I see the the setting of a form field variable can be done in a location directive only. Is it right?

It was stupid question, sorry :) A variable that is set by set_form_input in a location directive is available in the http directive.