Github user nolanlawson commented on the issue:
https://github.com/apache/couchdb-fauxton/pull/858
Well, I probably should have tested this before saying :+1:. ð
It
actually breaks worse than before. Attempting to replicate from
`http://examples.cloudant.com/animaldb` to a new local DB `animaldb` results in
a replicator document looking like this:
```json
{
"source": {
"headers": {},
"url": "http://examples.cloudant.com/animaldb"
},
"target": {
"headers": {},
"url": "http://localhost:6984/animaldb"
},
"create_target": true
}
```
I'll open a PR to fix it.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---