On Thu, Apr 8, 2010 at 10:45 AM, J Chris Anderson <[email protected]> wrote: > > If you want to try with a POST instead of a GET, you can edit one line in > couch_httpd_db.erl > > handle_changes_req(#httpd{method='GET'}=Req, Db) -> > > to: > > handle_changes_req(Req, Db) -> > > which should allow for POSTs to _changes.
Great. I'll give it a try and let you know.
