setSchedule POST vs GET

Ben, why doesn't a POST request work for setSchedule, but a GET request does?

Comments

  • Every request is either POST or GET as appropriate, not both. It could be argued that for this particular request, a POST would be more appropriate, but this was originally implemented as a GET and so it's probably not a good idea to change it now.

  • Understood. Good to know.