March 02, 2015 Dropbox starts using POST, and why this is poor API design. Today Dropbox announced in a blogpost titled “Limitations of the GET method in HTTP” that it will start allowing POST requests for APIs that would otherwise only be accessible using GET. It’s an interesting post, and addresses a common limitation people run into when developing RESTful webservices. How do you deal with comp