A little fascinating, though fairly useless, research into reflection on google.com. The querystring is user editable input, folks.

https://seclists.org/fulldisclosure/2025/Feb/10

#appsec #Querystring

Full Disclosure: Re: Text injection on https://www.google.com/sorry/index via ?q parameter (no XSS)

Periodic reminder: The way PHP parses URL query string is specific to PHP. If you want interoperability you should stay away from parse_str which was built to populate the _GET superglobal. #php #URL #querystring
🚀 #Django5.1 has been out for a month! Key updates include #Querystring Template Tag, #PostgreSQL connection pools, LoginRequiredMiddleware, and improved testing tools. Note: MariaDB 10.4 & PostgreSQL 12 are no longer supported.
See Blog: https://link.medium.com/3xVDv7mJMMb
#python #coding #django #django5
Yay the #model selector option #querystring now works

https://alceawis.de/modelsmine.html?option=2024|08|04_-_MaronKusakabe

Now I can link to whichever model I want however .

#Protip :
Don't use "/" or "\" in a querystring.
& are difficult too
#slash #ampersand #codeao
Ma perché un #canonical in #queryString su #url statico perfettamente indicizzato?! Cosa ho fatto di male? #seo #amarezza
Yesterday I released a new composer package for parsing (url) query strings in PHP. Here's an article about it: https://www.crwlr.software/blog/dealing-with-http-url-query-strings-in-php
#php #url #queryString #composer
Dealing with HTTP (Url) Query Strings in PHP

There is a new package in town called query-string. It allows to create, access and manipulate query strings for HTTP requests in a very convenient way. Here's a quick overview of what you can do with it and also how it can be used via the url package.