Guest User

Untitled

a guest
Oct 19th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. while(rubyLength < 61 && charLocation < signed_canonicalize_request.length())
  2. {
  3. if(signed_canonicalize_request.charAt(charLocation) != '\n' && signed_canonicalize_request.charAt(charLocation) != '\r')
  4. {
  5. AuthString += signed_canonicalize_request.charAt(charLocation);
  6. rubyLength++;
  7. }
  8. charLocation++;
  9. }
  10. Headers.add(new BasicNameValuePair("X-Ops-Authorization-"+Integer.toString(AuthorizationIteration),AuthString));
Add Comment
Please, Sign In to add comment