# l33t Hax silently sending GET data

**URL:** https://forum.kirupa.com/t/l33t-hax-silently-sending-get-data/233781
**Category:** programming
**Created:** [July 26, 2007, 8:31pm UTC](https://forum.kirupa.com/t/l33t-hax-silently-sending-get-data/233781 "2007-07-26T20:31:56Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![joran420](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/joran420/32/2329_2.png) [@joran420](https://forum.kirupa.com/u/joran420)
#### Post date: [July 26, 2007, 8:31pm UTC](https://forum.kirupa.com/t/l33t-hax-silently-sending-get-data/233781/1 "2007-07-26T20:31:56Z")

</div>

man I had a real hard time i needed to send GET data silently without reloading the page…ajax style… well i found out using GET data the way its intended is neverr gonna work. but a easy cool hack is

\<img src=http://www.url.com/myForm.php?name=‘joran’&score=‘55’ /\>

its really obvious and easy i know still took me like 3 days to stuble onto it.

Its not a real secure way of sending stuff…may wanna use security tokens and such but i didnt need a secure method of sending…
