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

Funny

8647 readers
382 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
[–] [email protected] 5 points 5 days 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=".

[–] [email protected] 10 points 5 days 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

[–] [email protected] 2 points 4 days ago* (last edited 4 days 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.