rio icon indicating copy to clipboard operation
rio copied to clipboard

Handle special characters in URLs

Open Aran-Fey opened this issue 5 months ago • 0 comments

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?

Aran-Fey avatar Sep 15 '24 11:09 Aran-Fey