Uploaded image for project: 'CouchDB'
  1. CouchDB
  2. COUCHDB-1637

The replicator should not worry about case sensitive headers

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.2
    • 2.0.0
    • Replication
    • None

    Description

      This is a problem if you are using a proxy which lowercases all headers.

      Steps to reproduce using node-http-proxy:

      npm install -g http-proxy
      node-http-proxy --port 1337 --target localhost:5984 &
      curl -H 'Content-Type: application/json' 'http://localhost:5984/_replicator' -d '

      {"source":"https://localhost:1337/test_source/","target":"test_target"}

      '

      Attachments

        1. couchdb.out
          102 kB
          Christian Tellnes

        Activity

          People

            Unassigned Unassigned
            tellnes Christian Tellnes
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: