operatorfabric-core icon indicating copy to clipboard operation
operatorfabric-core copied to clipboard

Avoid encoding problem when opening card by using base64 urls

Open freddidierRTE opened this issue 7 months ago • 0 comments

In the browser the url to open a card is the following : /#/feed/cards/cardId

The problem is cardId may contains charaters such as / or + that causes pb

The idea is to encode the cardId using base64url

freddidierRTE avatar May 07 '25 07:05 freddidierRTE