What character not included ?
I trying implement blur hash on my image service that include blurhash hash on url like https://image.test/some-pretty-image-(separator)-(blur-hash)
Example: https://image.test/some-pretty-------ILNMF%n00%#MWS•WCWEM{R*bbWBbH
So what character can be used as separator ?
take a look at the implementation, specifically the character set. Just pick one you can't find in there. Also don't forget to URL encode!
Character set can also be found in the Algorithm description
Why not query parameter?
@perzanko Do you mean like https://image.test/some-pretty?hash=ILNMF%n00%#MWS•WCWEM{R*bbWBbH on my case image stored staticaly on google cloud storage, is not possible adding query to image path
Closing due to inactivity.