<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Url on ilham.dev</title><link>https://ilham.dev/tags/url/</link><description>Recent content in Url on ilham.dev</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Sun, 27 Sep 2026 00:00:00 +0700</lastBuildDate><atom:link href="https://ilham.dev/tags/url/index.xml" rel="self" type="application/rss+xml"/><item><title>How I break a URL into parts before debugging it</title><link>https://ilham.dev/posts/how-to-break-a-url-into-parts/</link><pubDate>Sun, 27 Sep 2026 00:00:00 +0700</pubDate><guid>https://ilham.dev/posts/how-to-break-a-url-into-parts/</guid><description>A URL contains several parts: scheme, host, path, query string, and sometimes a fragment. Debugging is easier when those parts are separated.
The URL Parser tool helps me inspect the input and output without writing a one-off script first.</description></item><item><title>How I decode Outlook SafeLinks before clicking a suspicious URL</title><link>https://ilham.dev/posts/how-to-decode-outlook-safelinks-before-clicking/</link><pubDate>Sun, 27 Sep 2026 00:00:00 +0700</pubDate><guid>https://ilham.dev/posts/how-to-decode-outlook-safelinks-before-clicking/</guid><description>Outlook SafeLinks wrap a destination URL inside a Microsoft protection URL. Decoding helps reveal where the link wants to go.
The SafeLink Decoder tool helps with the mechanical part, but I still check the result before using it somewhere real.</description></item><item><title>How I make URL slugs from titles</title><link>https://ilham.dev/posts/how-to-make-url-slugs-from-titles/</link><pubDate>Sun, 27 Sep 2026 00:00:00 +0700</pubDate><guid>https://ilham.dev/posts/how-to-make-url-slugs-from-titles/</guid><description>A slug turns a title into a URL-friendly piece of text, usually lowercase words separated by hyphens.
The Slugify tool helps with the mechanical part, but I still check the result before using it somewhere real.</description></item><item><title>How I URL-encode text without breaking query strings</title><link>https://ilham.dev/posts/how-to-url-encode-text-without-breaking-query-strings/</link><pubDate>Sun, 27 Sep 2026 00:00:00 +0700</pubDate><guid>https://ilham.dev/posts/how-to-url-encode-text-without-breaking-query-strings/</guid><description>URLs can only safely contain certain characters. URL encoding turns spaces, symbols, and non-ASCII text into percent-encoded form.
The URL Encoder tool helps with the mechanical part, but I still check the result before using it somewhere real.</description></item></channel></rss>