to the server?
I have a service that saves some data and creates a link, and I want it to encrypt that data on frontend side before sending to the server, add the encryption key to the URL, then when the receiver follows the link decrypt the data on their frontend using the key from the link. It would be nice if the encryption key would not be sent to the server though.
The entire url is sent, afaik. Why would it not send the text after "#"?it's not like the url would treat it as a comment
Part after # is anchor that front-end uses, so I don't think server needs it for anything usually
Обсуждают сегодня