manga search form with GET method

12 years ago
Posts: 24
Hi, i'm new here so pleez go easy on me if i didn't find the buried thread-s discussiong this.
So my question is simple : is there any particular reason the search forms use the POST method and not GET ?
Concretely, it would allow for bookmarking search results with page number and query variables, which comes in quite handy when one wants to go through all the results but can't in one shot. (i'll spare you the lecture on RESTful applications and blahblahblah 😮 ).
EDIT : well, GET is obviously used with pagination links and add the query string to the URL.
Then i suppose my question still stands... why not always use GET ?
(i promise i won't go mad if i end up shrugged at)

12 years ago
Posts: 24
I tried it out and the page already supports either method. So it wouldn't hurt anything at all to update it to be GET. Which would also full the RESTful design pattern ;-)
Developer for MangaUpdates (Web, iOS, Android)

12 years ago
Posts: 24
thanks for the reply,
i shall REST in peace, as it's absolutely no big deal after all... apart for maniacs like me.
And now get to work and do it !!! 🙂