Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle unicode quotes: fix #7 #8

Merged
merged 2 commits into from
Jan 9, 2016
Merged

Handle unicode quotes: fix #7 #8

merged 2 commits into from
Jan 9, 2016

Conversation

mittsh
Copy link
Contributor

@mittsh mittsh commented Jan 9, 2016

This should work (invalid quotes):

curl -X "POST" "https://httpbin.org/post" \
    -H "locale: en-US" \
    -H "apikey: 4242" \
    -H "Content-Type: application/x-www-form-urlencoded" \
    -H "Accept: application/json" \
    --data-urlencode “username=username" \
    --data-urlencode "password=test12345”

See #7

mittsh added a commit that referenced this pull request Jan 9, 2016
@mittsh mittsh merged commit 51eebc2 into master Jan 9, 2016
@mittsh mittsh deleted the 7-fix-unicode-quotes branch January 9, 2016 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant