I've just created a workspace that connects to a REST API. When GETing data, the HTTPCaller calls work immediately, but when POSTing it looks like FME Server waits for 2 minutes before checking what the API responded with? The initial timeout for the call was only 90 seconds so it timed out when I first ran it, so I had to bump up the timeout to see that it was actually getting a response.
Is there anything obvious I'm missing in FME Server that would cause HTTPCaller POST calls to run really slowly?
Relevant logs:
2022-12-1 16:29:21 | HTTPCaller_-_Create_Request (HTTPFactory): :974]: Starting HTTP upload to 'xxxxx'. Expected transfer size: 2084 bytes
2022-12-1 16:29:21 | HTTPCaller_-_Create_Request (HTTPFactory): :974]: HTTP Upload: sent 2084 bytes
2022-12-1 16:31:21 | HTTPCaller_-_Create_Request (HTTPFactory): :974]: Starting HTTP download from 'xxxxx'
2022-12-1 16:31:21 | HTTPCaller_-_Create_Request (HTTPFactory): :974]: HTTP transfer summary (xxxxx): status code: 201, download size: 1590 bytes, DNS lookup time: 8 ms, total transfer time: 120068 ms