On Saturday, November 3, 2018 at 1:17:56 PM UTC-7, mweissen wrote: > > > I need a dynamic url masking > > (1) The user calls www.domain1.com/abcd > (2) abcd will be translated by a table lookup to xyz > (3) Now www.domain2.com/xyz should be called. > (4) The user sees the content of www.domain2.com/xyz, but with the > address www.domain1.com/abcd > > Is it possible to use routes.py for this purpose? Or someting else? > > Is the translation abcd->xyz likely to remain the same for relatively long times (like weeks)? Or could it be different each time the user accesses it?
/dps > Regards, Martin > > > > > > -- 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.

