HTTPSocket in 2020

XOJO has depracate the HTTPSocket class for data transmision, they say to use URLConnection instead.

Does anyone have some sample code that shows how it works?

Thanks in advance :slight_smile:

There’s a few in File>New Project>Examples>Communication>Internet>URLConnection

Thanks a lot Julian !

That’s exactly what I was looking for.

So, URLConnection is the new standard for all platforms ?