I’m using the HTTP(S)-block in UI Builder to make a get request to a site. Is there a way to configure the timeout period after which an error is thrown if the site is not available?
Currently, this timeout period differs between Browsers and mobile/desktop.
Also, as far as it is possible through the library that we use under the hood for Codeless, I’ve created an internal ticket to implement the same using Codeless, and we will notify you here when/if it will be implemented.
Hi @Dima ,
Your code shows Backendless.Request .... (is working well), whereas GitHub shows BackendlessRequest .... (without dot, not working in the browser).
Is there a difference when using on a browser client compared to an npm server?