The current implementation of `current_url` in aepos is ``` ruby def current_url Capybara.current_session.current_url.sub(/^https?:\/\/[^\/]*/, '') end ``` Maybe ae_page_objects should pass down the full URL which would allow other router implementations to make decisions of the full URL.