Feed on
Posts
Comments

Archive for the 'REST' Category

This post hits the nail on the head. I’ve been blathering on about some of this stuff at work* for a while: Don’t tie your protocol to your programming language, protocol is the most important thing in a distributed system, make data as simple/flexible/loosely-coupled as possible, don’t constrain yourself with schemas. Now I’ve got something […]

Read Full Post »

I just did a little bit of testing at work and thought I’d dump it here for future googlers:
We’ve got an internal app team building some REST webservices and they wanted to know the practical limits of GET URL length. Now browser limits are well known, but since the clients will be programatic they wanted […]

Read Full Post »