The sad state of REST and Javascript in 2011
At work, I’ve been building a a tool that does a bunch of JavaScript interaction with REST services. It should be able to use GET, POST, PUT and DELETE and be able to send custom headers. No big deal, right? Well, the service isn’t running on the same host as the client is served from. …
Continue reading ‘The sad state of REST and Javascript in 2011’ »