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
{{ message }}
This repository was archived by the owner on May 12, 2021. It is now read-only.
When running the routed-echo example with the "global" flag set to false, the local ipfs daemon returns a 405 when http://localhost:5001/api/v0/id is invoked using http.Get. The endpoint should be called with POST.
When running the routed-echo example with the "global" flag set to false, the local ipfs daemon returns a 405 when
http://localhost:5001/api/v0/idis invoked usinghttp.Get. The endpoint should be called with POST.ex:
resp, err := http.Post(LOCAL_PEER_ENDPOINT, "application/json", nil)go-libp2p-examples/routed-echo/bootstrap.go
Line 46 in d4f3f35
IPFS API Doc
https://docs.ipfs.io/reference/http/api/#api-v0-id