Reputation: 2271
I am using mule-4. I am trying to integrate a third-party API(confidential). It is working from the postman and is returning responses within 1 second. When I wrote a request connector for the same in mule, The API kept giving a timeout exception. I increased the response timeout to 2 minutes then also got the same error i.e. timeout exceeded. Please help.
EDIT 1:
I was able to reproduce this issue on postman. SO postman is adding Connection:keep-alive header by default and when this particular header is added then the API gives response within seconds but when this header is missing then the API gives a timeout error.
Upvotes: 1
Views: 5612
Reputation: 25837
You are not really providing too much details of the issue. I can give some generic guidelines:
Upvotes: 1