Closed Diizzayy closed 2 years ago
This PR introduces a new preferGETQueries flag which when enabled, sends all query requests using the HTTP GET method.
preferGETQueries
GET
Closes #219
I think there might be a bug with this not working server side… These requests seem to be using POST despite having declared preferGETQueries: true in nuxt.config.
preferGETQueries: true
This PR introduces a new
preferGETQueries
flag which when enabled, sends all query requests using the HTTPGET
method.Closes #219