HelIo,
When I use request.route_path or request.route_url it always gives me a url without the prefix /pyramidapp. But if I add /pyramidapp to the route's pattern or I use config.include with route_prefix=pyramidapp then no incoming routes match because urlmap passes everything after /pyramidapp as the path.
Is there a step I missed to tell the route generation that I am using urlmap to do virtual hosting?
As an alternative: is there a way to tell url map to use subdomains for virtual hosting (I use route_path for url generation)?
Thanks for the help,
Jason