Skip to content

Shorten the form URL by compressing and b64 encoding it

Philip Elson requested to merge pelson/cara:feature/zlib_url into master

Shorten the form URL by compressing and b64 encoding it. In a real-world example, the baseline URL goes from 1086 characters to 620. This is good for the resulting QR barcode, as can be seen below:

Before:

before

After:

after

Merge request reports