9 ms·
I meant read-only there in the sense of mutability, not exfiltration. Of course, some websites may permit mutations through GET so it’s probably only sensible
by ammario 1y ago
I meant read-only there in the sense of mutability, not exfiltration.
Of course, some websites may permit mutations through GET so it’s probably only sensible to use alongside known hosts.
- cmpaul 1y ago``` GET https://mysite.com/?query=all+the+secrets https://mysite.com/?query=all+the+secrets ```