#querystring

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

seclists.org/fulldisclosure/20

#appsec #Querystring

ignace nyamagana buteranyamsprod@phpc.social
2024-12-07

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

Akshat Singhakshatsingh
2024-09-10

🚀 .1 has been out for a month! Key updates include Template Tag, connection pools, LoginRequiredMiddleware, and improved testing tools. Note: MariaDB 10.4 & PostgreSQL 12 are no longer supported.
See Blog: link.medium.com/3xVDv7mJMMb

2024-08-25
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
},
            "https://example.com/page2.html": {
                title: "Example Page 2",
                description: "<p>Description for Example Page 2.</p>"
            }
        };

       const urlSelect = document.getElementById('url-select');
        const urlIframe = document.getElementById('url-iframe');
        const urlDescription = document.getElementById('url-description');
        for (const [url, data] of Object.entries(descriptionData)) {
            const option = document.createElement('option');
            option.value = url;
            option.textContent = data.title;
            urlSelect.appendChild(option);
        }
        function updateContent() {
            const selectedUrl = urlSelect.value;
            urlIframe.src = selectedUrl;
            urlDescription.innerHTML = descriptionData[selectedUrl].description;
        }



            function getQueryStringParameter(name) {
                const urlParams = new URLSearchParams(window.location.search);
                return urlParams.get(name);
            }

            // Get the query option from the URL
            const queryOption = getQueryStringParameter('option');

            // Set the <select> element value based on the query parameter
            if (queryOption) {
                // Find the URL corresponding to the given title
                const urlToSelect = Object.keys(descriptionData).find(url => descriptionData[url].title === queryOption);
                if (urlToSel
2023-12-05

Ma perché un in su statico perfettamente indicizzato?! Cosa ho fatto di male?

otsch (Christian Olear)otsch@phpc.social
2022-06-02

Yesterday I released a new composer package for parsing (url) query strings in PHP. Here's an article about it: crwlr.software/blog/dealing-wi
#php #url #queryString #composer

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst