NodeGroup2 / autocomplete-project

An autocomplete app
https://nodetojoy-autocomplete.herokuapp.com/
MIT License
0 stars 2 forks source link

GET request with the url holding data #73

Closed SavageWilliam closed 7 years ago

SavageWilliam commented 7 years ago

I like this :) rather than using a post request to send the data, sneak it in the URL...

I imagine as we're sending only single words, this is a more efficient method?

msachi commented 7 years ago

Cheers! 🍻 Yeah I'd imagine get is better if there's no need for post.