I have an http request going to a third party API. I am getting a timeout error on the response.
"Session has timed out. Please login again."
When I do the same request, same headers, using Postman, the call returns data just fine. Also, I have other red nodes calling other Get requests from the same API with no problem.
Any idea about what could be going of the rails here? Feeling stumped.