Tagged articles

semicolon

2 articles · Page 1 of 1
Black & White Path
Black & White Path
Jun 3, 2026 · Information Security

Why URLs Like /api/;/user/info Still Work: Server Parsing and RFC Rules

The article explains that URLs containing a semicolon, such as /api/;/user/info, are still reachable because web servers follow legacy URL‑path‑parameter parsing defined in older RFCs, treat empty parameters as harmless, and normalize the path before routing, which also introduces security considerations.

RFC 2396URL parsingpath-parameters
0 likes · 5 min read
Why URLs Like /api/;/user/info Still Work: Server Parsing and RFC Rules
KooFE Frontend Team
KooFE Frontend Team
Feb 24, 2021 · Frontend Development

Should You Use Semicolons in JavaScript? Pros, Cons, and Best Practices

This article examines the long‑standing debate over mandatory semicolons in JavaScript, explains Automatic Semicolon Insertion, shows code examples where omitting them causes errors, compares major style guides, and shares expert opinions to help developers choose a consistent approach.

Best PracticesCode styleJavaScript
0 likes · 6 min read
Should You Use Semicolons in JavaScript? Pros, Cons, and Best Practices