jherazob@fedia.io to Selfhosted@lemmy.world · 22 hours agoAny suggestions for a link UNshortener?message-squaremessage-square9fedilinkarrow-up125arrow-down10file-text
arrow-up125arrow-down1message-squareAny suggestions for a link UNshortener?jherazob@fedia.io to Selfhosted@lemmy.world · 22 hours agomessage-square9fedilinkfile-text
minus-squareantsu@discuss.tchncs.delinkfedilinkEnglisharrow-up17arrow-down1·22 hours agoI understand this is not exactly what you’re asking for, but if you have access to a terminal, you can “unshorten” a link with: curl --head -L https://example.com/short | grep: location
minus-squarejherazob@fedia.ioOPlinkfedilinkarrow-up10·20 hours agoIt is not enough for the increasingly common share.google links for example, and i bet there’s more like this
I understand this is not exactly what you’re asking for, but if you have access to a terminal, you can “unshorten” a link with:
curl --head -L https://example.com/short | grep: location
It is not enough for the increasingly common share.google links for example, and i bet there’s more like this
Very much this.