I understand sending passwords in the clear over GET is not considered secure because the query string can be logged by multiple eavesdroppers.
However if I REALLY need to use JSONP to submit a username and password to my server, is there a way to do it?
Maybe some crypto on the back-end and front-end?