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
Seems that Infura has weird behavior when I make a post request to check gateway writable state. If I execute curl -v -X POST https://ipfs.infura.io/ipfs/:
> POST /ipfs/ HTTP/1.1
> Host: ipfs.infura.io
> User-Agent: curl/7.60.0
> Accept: */*
>
< HTTP/1.1 405 Method Not Allowed
< Date: Sat, 30 Mar 2019 18:09:44 GMT
< Content-Type: text/plain; charset=utf-8
< Content-Length: 41
< Connection: keep-alive
< Server: nginx
<
* Connection #0 to host ipfs.infura.io left intact
Method POST not allowed: read only access
But Infura has writable state because I can add files througth the :5001/api/v0/add api service.
See ipfs/public-gateway-checker#3 (comment)
The text was updated successfully, but these errors were encountered: