Skip to content

Instantly share code, notes, and snippets.

@badmetacoder
Last active December 19, 2015 01:38
Show Gist options
  • Save badmetacoder/5876896 to your computer and use it in GitHub Desktop.
Save badmetacoder/5876896 to your computer and use it in GitHub Desktop.
auth=[
{
"parameters": {
"value": "kfDecg0a9le3f..."
}
}
]
# flatten before URL-encoding
auth=[{"parameters":{"value":"kfDecg0a9le3f..."}}] ...
# URL-encode
auth%3D%5B%7B%22parameters%22%3A%7B%22value%22%3A%22kfDecg0a ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment