Cómo recuperar los parámetros de consulta POST?
Aquí está mi forma simple:
<form id="loginformA" action="userlogin" method="post">
<div>
<label for="email">Email: </label>
<input type="text" id="email" name="email"></input>
</div>
<input type="submit" value="Submit"></input>
</form>
Aquí está mi Expreso.js/Node.código js:
app.post('/userlogin', function(sReq, sRes){
var email = sReq.query.email.;
}
Intenté sReq.query.email
o sReq.query['email']
o sReq.params['email']
, etc. Ninguno de ellos funciona. Todos regresan undefined
.
Cuando cambio a una llamada Get, funciona, así .. alguna idea?
Warning: Undefined property: agent_blog_content::$date_asked in /var/www/agent_etc/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 32
Warning: Undefined property: agent_blog_content::$count_answers in /var/www/agent_etc/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 52