[ 
https://issues.apache.org/jira/browse/COUCHDB-1637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christian Tellnes updated COUCHDB-1637:
---------------------------------------

    Affects Version/s: 1.2
    
> 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
>    Affects Versions: 1.2
>            Reporter: Christian Tellnes
>
> 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

Reply via email to