Hi i want to compress my url very similar to below shown Result
Here is above output link: https://jsbin.com/cayuhox/edit?html,css,js,output
My Problem is (i will be having most of the url as shown below, which not working with above generator):
http://100.22.0.77:8888/nginx/assets/folder_assets_counter?s={"path":"com://ANTARTICA", selectedIds:["randeaee2d0af83b5cb4f86e","94ea39dc5eba3b41945d","ca49d38872e8b3f94758","6741e5d08fd18c7a69b3"]}&_=1595330210050
- and even big url so on..
Expected Output: i need to generate as short output as this one woPCpXJvc2VzwqNyZWTCp3Zpb2xldHPCpGJsdWXCpmZydWnEkcKSwqVhcHDEjwI
from above hash urls should not exceed 500 chars. i'm very much open to use any plugin or some of your tricky javascript code
Please help me thanks in advance!!