security - Play Framework - getting data from an https form -
i've followed tutorial creating , validating http form in play:
http://www.playframework.com/documentation/2.2.x/javaguide4
but when serve login page through https instead of http, email , password appear me null in validate function. how validate email , password if i'm using https- can't use null values.
Comments
Post a Comment