Skip to content

Fix broken urlencoding

Compare
Choose a tag to compare
@dlangille dlangille released this 12 Jan 15:07
· 31 commits to master since this release
Correctly urlencode the data

Using -d doesn't do the right thing

Using --data-urlencode does.

They cannot be used together.

Relevant to #3