On Tuesday, August 20, 2013 6:00:58 PM UTC-7, Tim Richardson wrote: > I have this URL: > http:// > 127.0.0.1:8050/patient_form/enter_form/enter_form?login_id=T19566&_signature=609f2082e4d219a48ae44e2448ab0e01a9a05e55 > > > and the controller does this: > > login_id = request.vars.login_id > > When that URL is requested, is a login_id variable also included in the POST variables? If so, request.get_vars.login_id will be "T19566", request.post_vars.login_id will be "T19566", and request.vars.login_id will be ["T19566", "T19566"] (i.e., request.vars combines request.get_vars and request.post_vars). What is the value of request.get_vars.login_id at that point?
Anthony -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.