Skip to main content
1 of 3

how to call URL with Arduino Ehernet shield?

I'm working on Arduino and Ethernet shield

need to call URL how can do it ? (this url is HTTP API to send sms to my phone )

url: http://api.clickatell.com/http/sendmsg?user=mohammed.atha&password=mohammed123456789&api_id=3539384&to=962795483992&text=hello 

how can do it ?