Can anyone suggest a way to send http parameters using the sim900. E.g. If I want to specify that the passsword parameter was abcde. I can send data in the body of the post but I need it in the parameters.
I've tried AT+HTTPPARA="password","abcde"
but I never receive it. Any help greatly appreciated.