Million Dollar Question
What are the two ways HTTP can request an image from a server?
For bonus points: you are not allowed to use cookies.
What are the two ways HTTP can request an image from a server?
For bonus points: you are not allowed to use cookies.
Mark Wubben is a European Dutchman and web hacker, based in Copenhagen, Denmark. Supercollider is Mark's freelance alter-ego.
Xopus zoekt programmeurs! Verbeter de code en win!
Psychokinetically and Telepathically.
Olly | 10 November 2005, 16:20 | link
By Post and Get?
AkaXakA | 10 November 2005, 22:37 | link
For those still reading: my friends filled in POST and GET, and I think that is a somewhat reasonable answer. However, you do not request an image through POST, it’s simply not the correct way. For that matter, there could have been four ways: GET, PUT, POST and DELETE. And that’s assuming HEAD is not allowed to return a body.
Mark Wubben | 16 November 2005, 22:03 | link