You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 🧰 Changes
Fix shell quoting on curl's @file parameter
## 🧬 QA & Testing
- save an image file to the file name `image copy.jpg`, then run:
`curl https://httpbingo.org/anything -X POST --form file='@image
copy.jpg'`
note that what we currently produce is:
`curl https://httpbingo.org/anything -X POST --form
file=@image%20copy.jpg`
and that that does not work
0 commit comments