Skip to content

URLs can be shortened further. #28

Open
@balupton

Description

@balupton

Currently for HTML4 browsers, the entire URL besides the hostname is included in the hash. This could be optimised further to just include the relative path to the mother location.

For instance instead of:
http://localhost/products/history.js/demo/#/products/history.js/demo/?state=2

It can become:
http://localhost/products/history.js/demo/#?state=2
or
http://localhost/products/history.js/demo/#./?state=2

Which is a lot leaner.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions