That's no surprise that same couchapp can be build to work either with rewrites on or off.
I wonder, is there a way or a technique to find out on a client side whether rewrites are currently working, i.e. current url is rewritten?
Please share.
feedback
|
|
Within list and show functions you can access req.requested_path that should help you with that. As of CouchDB 1.1.1, this is not working in all situations, I guess it just delivers a meaningful value if you access your CouchApp via a vhost, but I have to check that. With CouchDB 1.2 there's a change coming that could help you with that: https://github.com/apache/couchdb/blob/master/CHANGES#L103 "The requested_path property keeps the pre-rewrite path even when no VHost configuration is matched." Hope this helps! | |||||
feedback
|