Search Results

11
votes

Ajax GET requests: use parameters or put data in URL?

One advantage to using the parameters argument is that you can pass it a Hash-like object instead of as a string. (If you do this, though, make sure so set the metho …