Skip to content
New issue

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

fix: support POST-only HTTP API #1430

Merged
merged 2 commits into from
Apr 4, 2020
Merged

fix: support POST-only HTTP API #1430

merged 2 commits into from
Apr 4, 2020

Commits on Apr 4, 2020

  1. fix: support POST-only HTTP API

    ipfs/kubo#7097 will block `GET` commands on
    API port, switching everything to POST.
    
    This breaks Files screen in ipfs-webui as noted in
    #1429
    
    ipfs-webui is using older version of js-ipfs-http-client, one before
    huge refactor into async iterables, which means switching to the latest
    version won't be a trivial task.
    
    For now, we just apply simple patch on top of ipfs-http-client v39.0.2
    to ensure it sends commands as POST.
    
    Proper fix will land when ipfs-webui is refactored to work with
    ipfs-http-client >41.x
    
    Closes #1429
    lidel committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    d7f330c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d3c6b3 View commit details
    Browse the repository at this point in the history