in reply to Re^4: Let users link in a javascript library (required)
in thread Let users link in a javascript library
Since most users allow the browser to load images, an external image can be used to trigger an GET request to an arbitrary URL, and the browser sends all session cookies of the target domain to that URL. Without any interaction from the user.
While state change on the server side should not be triggered by GET requests they often are. So it's safer to forbid them.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Let users link in a javascript library (required)
by ysth (Canon) on Apr 16, 2008 at 20:04 UTC | |
by Corion (Patriarch) on Apr 16, 2008 at 20:07 UTC | |
by ysth (Canon) on Apr 16, 2008 at 20:12 UTC | |
by moritz (Cardinal) on Apr 16, 2008 at 21:42 UTC | |
by tinita (Parson) on Apr 16, 2008 at 21:51 UTC |