axl icon indicating copy to clipboard operation
axl copied to clipboard

Auth fails on SSO enabled server

Open gj0nyg opened this issue 7 years ago • 1 comments

Auth now needs to be in base64 encoded header in format username:password where the header looks like authenticationHeader = { "SOAPAction" : "ActionName", "Authorization" : "Basic %s" % base64string } See http://chilli-net.blogspot.com.au/2017/05/cucm-axl-python-programming-next-steps.html for more details. I'm trying to work on this but I'm only just learning Python and AXL so I'm struggling.

gj0nyg avatar Aug 19 '17 13:08 gj0nyg

Sorry I forgot to come back to this. I am not really using this library at the moment. Feel free to submit a PR and I will review it.

bwks avatar Nov 21 '17 21:11 bwks