HTTP Request Status code 202

Hi all,

I am using the http request node and for some inputs I am getting the status code 202. How can I change the timeout limit of this node? If the timeout is not the problem, what I have to change to specify that "I" want to wait until the the request is fullfilled.

Thanks in advance

1 Like

Hi,
In your settings.js file, you can find this:

// Timeout in milliseconds for HTTP request connections
//  defaults to 120 seconds
//httpRequestTimeout: 120000,

Bart

Hi Bart,
Thanks for the response. Do you know the location of settings.js ? I have an instance on IBM cloud, and I am connecting via ssh

On IBM cloud, the file is called bluemix-settings.js, but you cannot edit it by sshing into the application image. You have to use the Continuous Deployment feature of IBM Cloud to edit the source of the app and then deploy the changes back.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.