Git Product home page Git Product logo

Comments (9)

uhoreg avatar uhoreg commented on August 18, 2024 1

The problem with the compact URLs is that a URL like https://matrix.to/@matthew:matrix.org would 1) send the entire URL to the server, which may be a privacy concern, and 2) require some server-side help, which would make it harder for people to host it themselves (e.g. matrix.to currently 404s on that link instead of loading the main matrix.to page)

from matrix.to.

ara4n avatar ara4n commented on August 18, 2024

The solution to this is probably to switch over to compact URLs everywhere as per issue #10.

from matrix.to.

StefanBrand avatar StefanBrand commented on August 18, 2024

Usually one would handle it like this, I guess:

https://matrix.to?r=#matrix:matrix.org

https://matrix.to?u=@matthew:matrix.org

from matrix.to.

ara4n avatar ara4n commented on August 18, 2024

from matrix.to.

phaux avatar phaux commented on August 18, 2024

How about /u/username/server.name for users and /r/roomname/server.name for rooms?

from matrix.to.

t3chguy avatar t3chguy commented on August 18, 2024

@phaux what about roomId ! vs roomAlias # and also event permalinks !/$

from matrix.to.

eMPee584 avatar eMPee584 commented on August 18, 2024

🥁

from matrix.to.

skepticalwaves avatar skepticalwaves commented on August 18, 2024

Another big problem with the "#" syntax is that this makes the matrix.to implementation impossible to proxy with apache/nginx as the full URL doesn't get sent as part of the "GET".

https://stackoverflow.com/questions/9484852/hash-character-in-urls-accessing-and-redirecting-in-apache

from matrix.to.

t3chguy avatar t3chguy commented on August 18, 2024

as the full URL doesn't get sent as part of the "GET".

This is by design. To prevent the host being able to sniff on usage.

from matrix.to.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.