web services - HTTP GET or POST for this? -


i writing restful api specification , there's api needs bunch of input data query , return results. behaves because you're asking information, because need provide bunch of request data, seems should post.

any thoughts?

thanks!

if want send form use post. may easier handle in eventual http clients.

i use get if want keep query parameters in url, copied , used somewhere else , executed same result.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -