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
go-ipfs 0.5 will block GET commands on the API port (ipfs/go-ipfs#7097), requiring every command (RPC) to be sent as HTTP POST request. See API reference docs: https://docs.ipfs.io/reference/api/http/
GET
POST
This is potentially a breaking change, double check if this project uses POST for every RPC call.
Download links for v0.5.x are available at https://dist.ipfs.io/#go-ipfs
You can also test using an ephemeral Docker container:
$ docker run --rm -it --net=host ipfs/go-ipfs:v0.5.1
The text was updated successfully, but these errors were encountered:
Fixed in #60
Sorry, something went wrong.
No branches or pull requests
POST-only HTTP API
go-ipfs 0.5 will block
GET
commands on the API port (ipfs/go-ipfs#7097), requiring every command (RPC) to be sent as HTTPPOST
request.See API reference docs: https://docs.ipfs.io/reference/api/http/
This is potentially a breaking change,
double check if this project uses
POST
for every RPC call.Testing
Download links for v0.5.x are available at https://dist.ipfs.io/#go-ipfs
You can also test using an ephemeral Docker container:
The text was updated successfully, but these errors were encountered: