How To Create A Ticket In Rt Using Python-rtkit
I'm having trouble with a simple script whose only purpose is to create a single ticket and every time I get 401 Credentials Required I took my code verbatim from https://github.
Solution 1:
Alright, I don't know why it didn't work the first time but I've managed to get it working now by using CookieAuthentication instead of BasicAuthentication.
Post a Comment for "How To Create A Ticket In Rt Using Python-rtkit"