banner_jpg
Username/Email: Password:
Forums

manga search form with GET method

You must be registered to post!
From User
Message Body
user avatar
Member

5:47 am, Aug 28 2013
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 embarrassed ).

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)

Post #614306
user avatar
Web Developer
Site Admin

10:35 am, Sep 12 2013
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)
Post #615276 - Reply to (#614306) by qazzy
user avatar
Member

11:07 am, Sep 21 2013
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 !!! smile

You must be registered to post!