Hi Jesse,
I'm working on a javascript App for MailChimp, but the OAuth is done on our server side, and the token is saved on the server, and we don't want to pass the token to the page for security reasons. So when I make an ajax call to MailChimp, our server will add the token to the 'Authorization' header, that's not hard. But now we have to also manipulate the payload data to add the API key, that's kind of messy. If we can leave the payload untouched, that'll be ideal. What do you think?
Thanks,
Likun