OAuth1
OAuth1 copied to clipboard
Consumer Key is case insensitive
I'm not sure if this is a bug but I was experimenting with making OAuth requests and found that after changing my Consumer Key from fkA5SwozXCfN to fkA5SwozXCfn (notice the final "N" character was changed from "N" to "n") my API request was still authenticated.
Is that a problem?