How safe is a hybrid mobile application developed using a GET Web service over HTTPS?
What are the pros and cons of using it and how safe is POST over HTTPS?
How safe is a hybrid mobile application developed using a GET Web service over HTTPS?
What are the pros and cons of using it and how safe is POST over HTTPS?
In HTTPS, the TLS channel is established before and HTTP data is transfered so, from that point of view, there is no difference between GET and POST requests (or any other HTTP verb, for that matter).
A few things might impact system security, though:
If you have sensitive information you should not use a GET even with https, because these information might be sent to a 3rd party inside the Referer.