dcb9/curl2httpie

This request won't convert

ZevEisenberg opened this issue · 2 comments

curl -H 'Host: foo.bar.com' -H 'Accept: */*' -H 'User-Agent: debug-MyAppName/ CFNetwork/893.14 Darwin/17.4.0' -H 'Accept-Language: en-us' --data "client_id=foobarfoobarfoobar&client_secret=bazquzbazquz&grant_type=password&password=SomePasswordHere&scope=user&username=first.last%2B1%40domain.com" --compressed 'https://stage.domain.com/api/oauth/token'

Nothing happens when I try to convert this query.

By the way, this is a cURL request generated from Charles Proxy

dcb9 commented

sorry, that was a bug, I have fixed the problem. now you can retry it.

thanks