diff --git a/Sources/pyOpenRPA/Orchestrator/Server.py b/Sources/pyOpenRPA/Orchestrator/Server.py index ceb0afb7..3560f861 100644 --- a/Sources/pyOpenRPA/Orchestrator/Server.py +++ b/Sources/pyOpenRPA/Orchestrator/Server.py @@ -306,7 +306,7 @@ class testHTTPServer_RequestHandler(BaseHTTPRequestHandler): lFileObject.close() ############################################## # UAC Check - if inOnlyFlagUACBool == True and inURLItem.get("UACBool",None) in [None, False]: + if inOnlyFlagUACBool == True and inURLItem.get("UACBool",None) in [None, True]: return False if inURLItem["Method"].upper() == inMethod.upper(): # check Match type variant: BeginWith