---
title: "I Will Not Add Query Strings to Your URLs"
url: https://daily.dev/posts/i-will-not-add-query-strings-to-your-urls-c3serwyrx
source_url: https://susam.net/no-query-strings.html
type: article
source: "Susam Pal"
published: 2026-05-09T03:54:39.106Z
updated: 2026-05-09T03:55:04.746Z
tags: ["webdev", "open-source"]
reading_time: 8
upvotes: 10
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# I Will Not Add Query Strings to Your URLs

**[Susam Pal](https://daily.dev/sources/susam-net)** · 8 min read · 10 upvotes · 0 comments

## Summary

A developer reflects on adding a referral query string feature (via= parameter) to their open-source Wander Console project, only to discover it broke legitimate URLs by returning 404 errors. Inspired by Chris Morgan's post criticizing URL query string tracking, the author removed the feature in v0.6.0. The post argues that modifying someone else's URL by appending query strings is both technically harmful and ethically questionable, since it creates a new URL that may point to a different or nonexistent resource.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://susam.net/no-query-strings.html>

## Similar posts on daily.dev

- [I’ve banned query strings — Chris Morgan](https://daily.dev/posts/i-ve-banned-query-strings-chris-morgan-6oalwlfst) · Hacker News · 1 upvotes · 1 comments
- [Fixing the URL params performance penalty](https://daily.dev/posts/fixing-the-url-params-performance-penalty-61quehkfp) · Web Performance Calendar · 1 upvotes · 0 comments
- [Query strings are underrated: Using the URL as your app’s state container](https://daily.dev/posts/query-strings-are-underrated-using-the-url-as-your-app-s-state-container-yg9twnt7v) · LogRocket · 2 upvotes · 0 comments
- [Chris’ Corner: URLs](https://daily.dev/posts/chris-corner-urls-08z9rmhkg) · CodePen · 0 upvotes · 0 comments
- [How my side project got banned from the internet](https://daily.dev/posts/how-my-side-project-got-banned-from-the-internet-1fmhlalc6) · Lobsters · 0 upvotes · 0 comments

---

Tags: [#webdev](https://daily.dev/tags/webdev), [#open-source](https://daily.dev/tags/open-source)

[View this post on daily.dev](https://daily.dev/posts/i-will-not-add-query-strings-to-your-urls-c3serwyrx)
