I\'m trying to POST parameters to Action, and wrote in the routes:
# Home page GET / controllers.Application.index() POST /logi
your route should not include dynamic parts (name, password) since the data is in the body and not the url