Arguments breaks somewhere before they get to Salt if there are more than one (1) character argument.
Compare these two:
django-saltapi-echo salt a
django-saltapi-echo salt abc
The latter will fail saying that you specified 3 arguments. This might be related to x-www-form-urlencoded encoded input data.