Skip to content

Instantly share code, notes, and snippets.

@Gerhut
Created December 10, 2013 07:54
Show Gist options
  • Save Gerhut/7887091 to your computer and use it in GitHub Desktop.
Save Gerhut/7887091 to your computer and use it in GitHub Desktop.
  1. Basic Auth,加一行HTTP头:Authorization: Basic base64([accountKey]:[accountKey])
  2. 参数需要是string的必须是用单引号' %27 after encode"括起来,双引号不知道。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment