Hello! I have an web2py server, with multiple apps. I want to redirect to another server one app.
1 try routes_in = (BASE + "/Name_of_app/$anything"," http://new_server/Name_of_app/$anything") routes_out = ("http://new_server/Name_of_app/$anything" , "BASE+"/Name_of_app/$anything" ) 2. routes_out = (BASE + "/Name_of_app/$anything"," http://new_server/Name_of_app/$anything") 3. routes_in = (BASE + "/Name_of_app/$anything"," http://new_server/Name_of_app/$anything") When I open httplog , the third make an get to the requested serverf, but recive an 400 http error , despide the fact that the link is correct Could you, please, how can i make an redirect? Thank you -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

