this post was submitted on 13 Jun 2025
850 points (99.5% liked)
Technology
71396 readers
3039 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This seems to be the same article, but uses a URL that doesn't lead to a page that is essentially blank for me: https://us.afpnews.com/article/?were-done-with-teams-german-state-hits-uninstall-on-microsoft,49PM3G2
Is that not literally the same link as the OP?
EDIT: Ah, the OP's edit from 30 minutes before your comment has not federated out to your instance yet.
I currently see this URL provided by https://thebrainbin.org/u/@Pro@programming.dev and it is not identical: https://us.afpnews.com/article/?were-done-with-teams-german-state-hits-uninstall-on-microsoft,49PM3G2
Hmm, I think this is an Mbin vs Lemmy issue. There are two differences in the URL:
%2C
instead of,
. This part does not make a difference, because that resolves to a comma anyway=
at the very end for some reason. This is what breaks it. Remove that character, and the URL works fineThe weird thing here is that the broken URL only ever shows up on Mbin. Below are a few different links to the comment in which you shared the broken URL. If you view the comment on your Mbin instance, it is indeed broken. But if you view it on this community's Lemmy instance or my home instance, your same comment actually has the working URL. Something about how the post/comment were federated must have messed things up.
Last week I noticed that Lemmy doesn’t like certain characters when posting URLs and silently replaces them - in my case
%20
got converted into+
which broke my link. I experimented a bit with other „percent encoded“ values and there are more that get replaced.I’m currently collecting a bit of data to open a bug report - links even get changed when put in a codeblock or inline code…
Check this comment out where I used every possible value from
%00
to%FF
in URLs. The second half (above%80
) gets wildhttps://feddit.org/comment/6990267