How to send securely passwords via GET/POST?

Convex

New Member
I want to send HTTPS request in Java and send password in GET or POST data. Is it secure? Can I just put password in POST/GET field as a plain text and that will be secured when I use https? Or should I do something more?
 
Top