#URLEncode
リンクをクリックすると go.bsky.app/redirect?url=[URLencodeされたURL] を経由するようになったのか。リンクをコピーとかしたら元のURLが取得できる
March 18, 2025 at 9:28 AM
Email is pretty much always tricky. I had to URLencode the username for it to work with Mailgun bmannconsulting.com/notes/bringy...

A pdsadmin "get confirmation code" would be welcome.
May 6, 2025 at 7:17 AM
me debugging undocumented changes in --write-out '%{url_effective}' --data-urlencode
SUCK IT CURL!!!!! May your coffee always be cold when you want it hot.
January 3, 2026 at 7:43 PM
En utilisant l'index backlinks de @microcosm.blue et sans utiliser un seul service / API de @tangled.org, @codeka.io
peut surveiller les étoiles, les issues ou les PRs concernant le repertoire de son site web. 🥹, par ex: ⭐ #atproto
April 30, 2026 at 1:13 PM
#atproto #atdev
Is there any reason bsky.social fails when calling resolveHandle, if the user is self hosting? See for example:

curl -G --data-urlencode "handle=sergio.bsky.col.social" bsky.social/xrpc/com.atp...

> {"error":"InvalidRequest","message":"Unable to resolve handle"}
December 2, 2024 at 1:56 AM
The answer is 1744. I used:

𝚌𝚞𝚛𝚕 ––𝚐𝚎𝚝 ––𝚍𝚊𝚝𝚊–𝚞𝚛𝚕𝚎𝚗𝚌𝚘𝚍𝚎='𝚚="𝚕𝚒𝚜𝚝𝚎𝚗 𝚝𝚘"' ––𝚍𝚊𝚝𝚊–𝚞𝚛𝚕𝚎𝚗𝚌𝚘𝚍𝚎='𝚖𝚎𝚗𝚝𝚒𝚘𝚗𝚜=𝚍𝚒𝚍:𝚙𝚕𝚌:𝟽𝟹𝚗𝚞𝚠𝚚𝚚𝚜𝟻𝚊𝚑𝚓𝟻𝚟𝚒𝚘𝚕𝚕𝚝𝚙𝚞𝚎𝟼𝚠' "––𝚍𝚊𝚝𝚊–𝚞𝚛𝚕𝚎𝚗𝚌𝚘𝚍𝚎=𝚜𝚒𝚗𝚌𝚎=$(𝚍𝚊𝚝𝚎 +%𝚈–%𝚖–%𝚍 –𝚍'𝟷 𝚢𝚎𝚊𝚛 𝚊𝚐𝚘')" '𝚑𝚝𝚝𝚙𝚜://𝚋𝚜𝚔𝚢.𝚜𝚘𝚌𝚒𝚊𝚕/𝚡𝚛𝚙𝚌/𝚊𝚙𝚙.𝚋𝚜𝚔𝚢.𝚏𝚎𝚎𝚍.𝚜𝚎𝚊𝚛𝚌𝚑𝙿𝚘𝚜𝚝𝚜' –𝙷 '𝙰𝚞𝚝𝚑𝚘𝚛𝚒𝚣𝚊𝚝𝚒𝚘𝚗: 𝙱𝚎𝚊𝚛𝚎𝚛 <𝚃𝙾𝙺𝙴𝙽>' | 𝚓𝚚 '.𝚑𝚒𝚝𝚜𝚃𝚘𝚝𝚊𝚕'
Bluesky HTTP API Reference
endpoints.bsky.app
September 3, 2026 at 3:16 PM
i feel like there is a codec with a better compression ratio than urlencode or base64 achievable using something similar to the mp3 bit reservoir
May 13, 2026 at 1:52 PM
No matter what I do to transfer the line breaks, they don't seem to arrive. Or are they deleted by bSky? Please, what can I do? What am I doing wrong?... 🤔😊
February 29, 2024 at 4:31 PM
Just made a resource page on the community forum with some tips around PDS email settings, as well as a couple of services I've personally used (@mailgun.bsky.social and @forwardemail.bsky.social)

The main tip is you need to urlencode the @ symbol that is probably in your username.
PDS Email Settings
The environment variable for PDS email settings are these two: PDS_EMAIL_SMTP_URL=smtps://username%40mail.example.com:(a password without special characters)@smtp.eu.mailgun.org:465/ PDS_EMAIL_FROM_A...
discourse.atprotocol.community
November 3, 2025 at 1:17 AM
oh no this doesnt survive urlencode
May 18, 2023 at 6:42 PM
urlencode したいと頭の中でずっと思っていて、手では base64encode してて草
March 28, 2024 at 10:47 AM
HTTP was created in 1994 and never expected Unicode in the request headers, this is why URLencode exists

DNS also does not support Unicode! You see those IDNs? That’s Punycode under the hood, it’s horrors unimaginable all the way down!
February 16, 2025 at 4:31 PM
Il est possible de suivre les inscriptions au meetup sans utiliser l'interface de @smokesignal.events, avec l'api de @microcosm.blue
January 27, 2026 at 5:34 PM
Would you like a curl script to do your part?

Of course you would.
October 23, 2025 at 2:52 PM
i have successfully invented the first ever non sketchy urlencode web tool https://cd-rom.net/tools/urlcodec.htm
December 4, 2025 at 9:04 PM
Looks like @leperscolony.pileofgarbage.net broke again, on the RSS side this time. Had to add a urlencode() call to make sure it wasn't putting garbage in the RSS.
February 10, 2025 at 9:59 AM
fwiw
July 28, 2026 at 3:27 AM
base64 is just a solid 8:6 constant compression ratio. urlencode does better at 1:1 with entirely printable characters but each nonprintable character becomes 3:1 which is pretty nasty. 8 bits of information get spread across 24
May 13, 2026 at 1:56 PM
Need to URL encode text for your web projects? This free online tool converts text to URL-safe format instantly! Essential for developers & marketers for valid links & data integrity. Try it here → www.webtoolskit.org/p/url-encode...

#URLencode #webdev #SEO
November 20, 2025 at 4:16 PM
if you only ever want a single parameter, you can urlencode a string and assign that to url.search (and urldecode it when reading it back). that will make urls like …/?hello%20world

that is legal, the ?a=b&c=d thing is a standardised convention, but not required.
June 24, 2025 at 12:40 PM
curlはだいたい便利だけど
curl "http://search.example.com/search?q=検索"
はダメで
curl "http://search.example.com/search" -G --data-urlencode "q=検索"
って書かないといけないのが面倒だし、覚えられない。
February 13, 2024 at 10:09 AM
the pre-filled URL, use the ... from your google form. Replace the example values you give with the info from your game. You'll also need to UrlEncode() the input text.
In Unreal, open the page using LaunchURL. See next links for how to open folders.
Some of this code can be found through my
November 19, 2025 at 6:41 AM
💡 Savez-vous comment vérifier si vous avez rejoint la mycosphère, sans passer par @jazbot.jazco.dev ? #shelltips
(Pas encore de champignons par ici...)
November 10, 2023 at 9:46 PM