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
In CORS mode the client does a preflight check by sending the HTTP OPTIONS verb to the server. IPFS is treating it like a GET and doing actual work. In the case below the preflight check took 10 seconds to complete.
Request:
OPTIONS /api/v0/dht/put?arg=QmYb4yrko8CYoTG2QWEb9KeN1WP6zKfvGTPz46rtcvzfGc&arg=QmNMiA2ge3gVEnxZjke5u4PiBd6uvmQ5gJqLVhG3N8BSKj&stream-channels=true HTTP/1.1
Host: 192.168.99.100:5001
Connection: keep-alive
Access-Control-Request-Method: GET
Origin: http://192.168.99.100:3000
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36
Access-Control-Request-Headers: content-type
Accept: */*
DNT: 1
Referer: http://192.168.99.100:3000/jasmine/SpecRunner.html
Accept-Encoding: gzip, deflate, sdch
Accept-Language: en-US,en;q=0.8,es-419;q=0.6,es;q=0.4
In CORS mode the client does a preflight check by sending the HTTP
OPTIONS
verb to the server. IPFS is treating it like aGET
and doing actual work. In the case below the preflight check took 10 seconds to complete.Request:
Response:
The text was updated successfully, but these errors were encountered: