rio
rio copied to clipboard
Handle special characters in URLs
It should be possible to use most characters in page urls (i.e. rio.Page(url_segment=...)
). We must take care to properly handle (escape/unescape) weird characters in URLs.
- When a user connects and we figure out the current page
- In
Session.navigate_to
- When updating the URL in the browser
- ... more?