B4R Question How to get response from a web server (Arduino)

FabioAlbaneseTv

Member
Licensed User
Hi, sory for my question, bu I've tried to look for an answer in past messages, without to find it.
I need to get the content of a dinamic web page at regular intervals using Arduino.
I'm using an Arduino Uno with a Ethernet shield. I can connect to local network and get the IP from DHCP server.
But I'm not able to retrieve a page from HTTP

It would work so:
I connect to http://myhost/mypage.php (on port 80) and the server will send back a short string that I will process with Arduino in order to do something.
I don't find the way to call the page and store the answer from server in a variable.
I have tried with WebSocketClient and ConnectHost but I didn't understand how to use it.

The URL is:
And the answer can be:
srv_ok
or
srv_ko
or null...

Thank you if someone can help me...
Fabio
 
Last edited:

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0
Top