From f04a2f6390575246e504cc936ed787eb16bb3800 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Thu, 11 Jan 2007 22:01:17 +0000 Subject: [PATCH] - specify AuthMethod --- plcapi.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plcapi.py b/plcapi.py index 86d04c9..4da9e48 100644 --- a/plcapi.py +++ b/plcapi.py @@ -64,7 +64,8 @@ class PLCAPI: if self.session is not None: # Use session authentication - auth = {'session': self.session} + auth = {'AuthMethod': "session", + 'session': self.session} else: # Yes, this is the "canonicalization" method used. args = canonicalize(params) -- 2.43.0