Skip to content

Unique url for every code #3

@jeffydc

Description

@jeffydc

Clear and concise description of the problem

Make a unique url from client side content and extract the content from that unique url after sharing the link

Suggested solution

Use atob and btoa to convert string to base64 for url and revert base64 back to string content. Unicode support can be a problem. MDN ref.

Alternative

Since we are going to run python on server side, it might be possible to store respective content with unique urls. But I am not sure we can do fully in the free services.

Additional context

N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions