We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
File I'm trying to POST: https://gist.github.com/compleatang/87603d14f00b2f35c8b8
Command I'm using to POST: curl --ssl-reqd -ksiX POST -d @ipfs.plugin.zsh https://ipfs.erisbootstrap.sexy/ipfs/
curl --ssl-reqd -ksiX POST -d @ipfs.plugin.zsh https://ipfs.erisbootstrap.sexy/ipfs/
^ url resolves to the gateway port not the api port.
Result of POST: https://ipfs.erisbootstrap.sexy/ipfs/QmdWxginZJ31kZ1aQUamtKymEkhuikpxbpoLpcTMb6Yp1F
As you can see the new lines have been stripped. It must be something about how the gateway is reading from vanilla curl command.
The text was updated successfully, but these errors were encountered:
Instead of -d you should use --data-binary This is a curl issue.
-d
--data-binary
If this doesnt work out, please reopen the issue.
Sorry, something went wrong.
No branches or pull requests
File I'm trying to POST: https://gist.github.com/compleatang/87603d14f00b2f35c8b8
Command I'm using to POST:
curl --ssl-reqd -ksiX POST -d @ipfs.plugin.zsh https://ipfs.erisbootstrap.sexy/ipfs/
^ url resolves to the gateway port not the api port.
Result of POST: https://ipfs.erisbootstrap.sexy/ipfs/QmdWxginZJ31kZ1aQUamtKymEkhuikpxbpoLpcTMb6Yp1F
As you can see the new lines have been stripped. It must be something about how the gateway is reading from vanilla curl command.
The text was updated successfully, but these errors were encountered: