From ee62c75bebe5ea9eb72a457c58c13c889ad42426 Mon Sep 17 00:00:00 2001 From: Joseph Hall Date: Wed, 8 Jul 2015 14:37:50 -0600 Subject: [PATCH] Allow non-standard HTTP requests on tornado --- salt/utils/http.py | 1 + 1 file changed, 1 insertion(+) diff --git a/salt/utils/http.py b/salt/utils/http.py index 2433114a3d..6f05b63467 100644 --- a/salt/utils/http.py +++ b/salt/utils/http.py @@ -394,6 +394,7 @@ def query(url, auth_password=password, body=data, validate_cert=verify_ssl, + allow_nonstandard_methods=True, **req_kwargs ) except tornado.httpclient.HTTPError as exc: