Hi,
I have HTTPCaller in my workspace, and two urls to retrieve from server which requires NTLM authorization.
Now, the retrieval of second url always fails, and I see in logs that libcurl doesn't send NTLM auth info on second call. I tried to enable Save Cookies, but it didn't help - server asks for auth on each request.
FME(R) 2015.1.3.2 (20160108 - Build 15575 - WIN32)
Any suggestion other than putting httpcaller in separate workspace and run it with workspacerunner? that time it will create separate instances of HTTPCaller for each url.