In my web2py application after a form submit, I want to redirect to another page with some POST variables. I couldn't find any option to set then method.
My main idea is to avoid those values from users. I would greatly appreciate any suggestions. --

