jherazob@fedia.io to Selfhosted@lemmy.world · 2 days agoAny suggestions for a link UNshortener?message-squaremessage-square9linkfedilinkarrow-up128arrow-down10file-text
arrow-up128arrow-down1message-squareAny suggestions for a link UNshortener?jherazob@fedia.io to Selfhosted@lemmy.world · 2 days agomessage-square9linkfedilinkfile-text
minus-squareantsu@discuss.tchncs.delinkfedilinkEnglisharrow-up18arrow-down1·2 days 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·2 days 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.