Skip to content

URL normalization #15

Description

@stevenvachon

These two URLs are most likely to be the same:

  • http://host?var2&var1
  • http://host?var1&var2

However, this library will cache both separately, which is a waste of resources.

There are many other examples of when URLs can be similar or exact, and situations where the server is not trusted and should be cached separately. I've been writing a library that accurately normalizes and provides "common" (trusted) and "careful" (untrusted) profiles.

Is this a feature you'd consider implementing?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions