Multiple HTTP Get Requests from 2 different sensors

basket777:
@ieee488
because I have 2 different php scripts that get the data from my arduino . Or should I use a post request?

I am relatively new working with these kind of requests.

@PaulS

How should I read the server's reply ?

You are sending one script 3 pieces of data, already. Sending 4 won't make that much difference.

Look at EXACTLY what goes into the first GET request, all the way to the carriage return/line feed. Look at EXACTLY what goes into the second GET request, all the way to the carriage return/line feed. See the difference?

Look at the client example, that makes a GET request to google. It would be silly to do that without reading the response. Look at how that is done.