I want to use python request library to run webhoooks on FME Server. I am having trouble because python request library returns HTTP status code 500 with server error:
Thu-23-Jul-2020 10:21:35.970 AM FATAL http-nio-80-exec-6 412007 : Service failed: java.nio.file.AccessDeniedException: C:\\ProgramData\\Safe Software\\FME Server\\resources\\system\\temp\\requestdata\\9058908488982796417
I try to use the same url and headers with urllib.request.urlopen and the webhook runs fine. I really need to use the request library.