Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
What's the best approach to connect BAS to an API?
I'd like to retrieve and save variables from/to a webservice.
@zw Use http client module to achieve this.
Some docs: http://wiki.bablosoft.com/doku.php#http_client_faq
Example posting tweet using api: twitterapi.xml
yes thankyou
I can't get the if conditions to work properly
Immagine 2024-10-27 181112.png
@AnimatioLN, you can close the connection yourself by executing the code: _InMail.getApi().reset();
@Fox
Seems to be working now which is odd because I tried multiple different proxy types and providers.
At least it's working now lol
Ty for the help again.
@sponkly said in OpenSSL SSL_read: Connection was reset, errno 10054:
Help please , HTTP CLIENT POST OpenSSL SSL_read: Connection was reset, errno 10054
Now reread your post and ask yourself: Based on what information can other forum users help you?
@musterman In your screenshot, you are trying to send data not as json (although you specify the data type as json)