function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Kumar_14279Kumar_14279 

Issue with HTTPRequest.

Hi All,

 

We have a scenario, where we need to call an external webpage(https://xxxx) on a button click and as well we should pass the data using "POST" method.

 

I am trying to acheive  this via HTTPRequest object. But we are getting time out error.

 

Your response is appreciated.

 

Thank You,

K. Mani Kumar.

gotherthanthougotherthanthou
What happens with the same URL and POST data if you send via a browser?  I'm pretty sure the timeout limit is 10 seconds and can't be changed.  Take it with salt - I'm a newb.