#URLEncoding
รู้จักกับ LinkLift เครื่องมือเล็กๆ ที่ช่วยให้ URL กลับมาอ่านรู้เรื่องอีกครั้ง

อ่านบทความเต็มได้ที่ :
www.blockdit.com/posts/6a4a6d...

#STShowcase #Showcase #Link #LinkLift #Website #URL #URLEncoding #ShoperGamer #Charifkub #Opensource #Feed
July 5, 2026 at 2:52 PM
August 22, 2025 at 5:59 AM
im not liking that it requires urlencoding json into the query string but its not like theyre the only one who does that for some reason
July 6, 2026 at 8:20 AM
They're not urlencoding your email address. Not technically a bug so much as a logic failure.
August 8, 2026 at 10:12 PM
```
#[derive(serde::Deserialize)]
struct FormData {
email: String,
name: String,
}

async fn subscribe(form: web::Form) -> impl Responder {
HttpResponse::Ok().finish()
}
```
I love this code, it's so clean and actually checks the format of form urlencoding
October 24, 2025 at 9:25 PM
ooh, urlencoding! it's because many fundamental layers of internet are barbaric antiques which baked in assumptions like "you don't need PUNCTUATION or SPACES in things, 7-bit ASCII alphanumerics are all anyone will ever need!" and that's the encoding they cooked up to work around it.

s'awful
October 6, 2025 at 3:03 PM
loopback clientのときは client_id のqueryで指定することになるはずで、 "http://localhost?scope=atproto+transition%3Ageneric" とかで出来ると思いますが、違いますかね?

atproto.com/specs/oauth
> Some metadata fields can be configured via query parameter in the client_id URL (with appropriate urlencoding):
OAuth - AT Protocol
OAuth for Client/Server Authentication and Authorization
atproto.com
December 7, 2024 at 4:14 PM
Hey, @stoplightio! Loving 🫶 your @github-integration, however, it seems to struggle with characters in branches that need urlencoding?
March 9, 2025 at 7:04 PM
📢 El #URLencoding es más crucial que nunca. 🤯 Errores aquí significan enlaces rotos, duplicidades y analíticas hechas un lío. UTF-8, minúsculas/mayúsculas, evitar doble codificación... ¡son claves! 🗝️ A asegurar que nuestras URLs funcionan niqueladas. #seo #chuletaseo
July 11, 2025 at 6:00 AM