I have access to an Azure batch service with the account name and base64 authentication key. A coworker wrote a batch service that retrieves files, processes them, and returns them to a specified location. These files are stored in a SharePoint library, and the batch service works fine. What we would like to do, is from the browser, setup an ajax call in jQuery/ajax to properly create the correct headers and the proper authentication information to perform this request. I have found some documentation but no real examples that work because I primarily end up with an error:
The MAC signature found in the HTTP request is not the same as any computed signature.
It displays what it uses to create a key so I thought I would do that same thing but it still doesn't work and I get the same error.