jarent
Results
1
comments of
jarent
I got the same issue. Workaround with adding 'Authorization' header before post works for me: ` s.headers.update({'Authorization': 'Bearer ' + s.auth.digest}) `