Joined February 2013
·
Achievements
39 Karma
0 Total ProTip Views
Charity
Fork and commit to someone's open source project in need
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Mongoose
Have at least one original repo where Ruby is the dominant language
Honey Badger
Have at least one original Node.js-specific repo
Seems that every API out there has its own quirky way to authenticate. Using Basic authentication with the API key as the password and leaving the username blank is a new one to me.
Case sensitive strings in Java but not on the MS receiving side doesn't surprise me as much. I've seen incorrect case issues in Java with the HTTP header names which result in duplicate header names with different cases.