jquery-autocomplete icon indicating copy to clipboard operation
jquery-autocomplete copied to clipboard

How to change method

Open cyberzilla opened this issue 8 years ago • 3 comments

is allowed to change from "GET" to "POST" method?

cyberzilla avatar Jan 30 '17 02:01 cyberzilla

@cyberzilla Are you referring to when appending input to ajax URL? That the input should be sent to the URL using the POST method?

geokongo avatar Jan 30 '17 17:01 geokongo

@geoffreybans sure, is possible to use POST method?

cyberzilla avatar Jan 30 '17 17:01 cyberzilla

Currently the query parameter is sent via GET. It's not possible to send via POST. Do you need that feature?

geokongo avatar Jan 30 '17 18:01 geokongo