Right now, the remote page is reached through /connichiwa/remote.html, which is pretty ugly, in particular for native-less devices.
Simply using / is not an option, as this might conflict with the web application. Maybe using something really short like /r and assuming nobody uses that can be an option. For cleanness sake, having everything connichiwa-related in /connichiwa would be nice, though.
Right now, the remote page is reached through
/connichiwa/remote.html
, which is pretty ugly, in particular for native-less devices.Simply using
/
is not an option, as this might conflict with the web application. Maybe using something really short like/r
and assuming nobody uses that can be an option. For cleanness sake, having everything connichiwa-related in/connichiwa
would be nice, though.