[
https://issues.apache.org/jira/browse/COUCHDB-1637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13545501#comment-13545501
]
Robert Newson commented on COUCHDB-1637:
----------------------------------------
fix here:
https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=commitdiff;h=b2f7eaebbcb12f0f1953647c12964edcc5098d18;hp=78147f5275a73853e013168e676880a4d37ffda4
> The replicator should not worry about case sensitive headers
> ------------------------------------------------------------
>
> Key: COUCHDB-1637
> URL: https://issues.apache.org/jira/browse/COUCHDB-1637
> Project: CouchDB
> Issue Type: Bug
> Components: Replication
> Affects Versions: 1.2
> Reporter: Christian Tellnes
> Attachments: couchdb.out
>
>
> 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"}'
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira