i have a vb 6 application that accesses a servet with 'get'.
how can i implement this with b4a ?
Best regards
Frank
how can i implement this with b4a ?
Best regards
Frank
B4X:
With Inet1
.url = "https://api.xxxxxxxxx.co/api/v3/orders?number=67646"
.Execute , "GET", , "Accept:application/json"
end with
Last edited: