For my project, the use of NFC tag is used, and a URL is on the tag.
For the URL generated for my page, it is 170 characters long, Is there a way to shorten this URL to 132 characters or less (smaller the better), so that it fits into the NFC memory?
https://favorednerve.backendless.app/api/files/ui-builder/containers/default/index.html?page=Retrieval&data={"para1"%3A"F0D8816D-835A-4789-A273-25F86D8CD0A4"}
Hi @SomeOneBeLaggin ,
You can publish your container and then the URL will be reduced. If you publish to /web
https://favorednerve.backendless.app?page=Retrieval&data={"para1"%3A"F0D8816D-835A-4789-A273-25F86D8CD0A4"}
and if in /web/app
https://favorednerve.backendless.app/app/index.html?page=Retrieval&data={"para1"%3A"F0D8816D-835A-4789-A273-25F86D8CD0A4"}
Regards,
Bohdan