I need to send a message to an HTTPS server from an Arduino with a SIM900 module that has 10MB of data. The message to send contains a line of 10 numeric digits i.e. 5436278690. This message weighs 80 bit (or 10 bytes). I want to send it with a HTTPS request.
The question is:
What is the total cost of sending this message through HTTPS request? How many bytes takes the HTTPS request from my data?
HTTPS + message = how many bytes?