Closed ismail-s closed 7 years ago
I think what is happening is that atm we are POSTing all the times as query parameters, which makes the url get too long, so bad things happen at some point (maybe in the browser). The probable solution is to pass all POST parameters in the body.
See https://github.com/pagekit/vue-resource/blob/develop/docs/http.md
I think what is happening is that atm we are POSTing all the times as query parameters, which makes the url get too long, so bad things happen at some point (maybe in the browser). The probable solution is to pass all POST parameters in the body.
See https://github.com/pagekit/vue-resource/blob/develop/docs/http.md