ismail-s / JTime

Project has moved to https://www.gitlab.com/ismail-s/jtime
https://jtime.ismail-s.com
GNU General Public License v2.0
5 stars 0 forks source link

Not able to add lots of times in one go on website #242

Closed ismail-s closed 7 years ago

ismail-s commented 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