About sending data via webclient

Hi, I want to do a server which receive data from the GSM Shield continuously, I´m doing the programme with the GSMClient but I have a question, for my purpose, do I need to change client.print("GET "); and put this client.print("POST "); only? Any tip can be helpful.

The most common way to send bytes of information to a server is use POST requests. In this case, yes, you need change it as you say.