jherazob@fedia.io to Selfhosted@lemmy.world · 1 day 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 · 1 day agomessage-square9fedilinkfile-text
minus-squareantsu@discuss.tchncs.delinkfedilinkEnglisharrow-up17arrow-down1·1 day 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·23 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.