visualizeRevTree icon indicating copy to clipboard operation
visualizeRevTree copied to clipboard

Enter single url to document

Open daleharvey opened this issue 12 years ago • 4 comments

Its usually easier to just give the url to the doc than to seperate its db + docid

daleharvey avatar Nov 22 '13 15:11 daleharvey

As far as I remember I did it because it's not always possible to know which part of the url is the docId. But it's probably only with _design/designDoc, right?

neojski avatar Dec 04 '13 15:12 neojski

The above commit / big PR does it, it takes out the first /dbname/ then joins the rest of the url so the rest is the docId

daleharvey avatar Dec 04 '13 15:12 daleharvey

Fixed in #8

neojski avatar Dec 04 '13 16:12 neojski

Now I know why I did that: suppose I have a corsproxy on 9292. Then http://localhost:9292/localhost:5984/xxx/yyy does not work.

neojski avatar Dec 05 '13 12:12 neojski