this post was submitted on 24 Mar 2025
824 points (99.3% liked)

Funny

9458 readers
1479 users here now

General rules:

Exceptions may be made at the discretion of the mods.

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] VicksVaporBBQrub@sh.itjust.works 5 points 1 month ago (2 children)

Somebody correct me, but I remember a url (or any long piece of text) can contain a small image. I think it was hexadecimal code. I was looking for the words "base16=" or "base32=".

[–] danhab99@programming.dev 10 points 1 month ago

You are correct those are called "data urls", they're intended to embed files in text.

This is not a data url tho, it's an ugly link

[–] 0xD@infosec.pub 2 points 1 month ago* (last edited 1 month ago)

What you mean is base64, and yeah.

In this case the latter part of the link is URL-encoded XML and probably unnecessary, I'd guess that only the first two parameters of the URL are really mandatory, but who knows. There are many ancient and ugly as hell web apps out there.