Hi,
I'm playing with SharePoint hosted app, which is using box.com content API. I successfully managed to complete Box OAuth process. But when I actually try to access rest endpoints using SP.WebProxy, I always getting an Unauthorized response. But I can successfully complete the same request using fiddler.
May be SP.WebProxy class removes my authorization header internally?
thank you :)