When parsoid.wmflabs.org was "moved" to parsoid-tests.wikimedia.org, some scripts were relocated into the "parsoid" subdirectory. However, the code of these scripts has not been fixed, resulting in:
http://parsoid-tests.wikimedia.org/parsoid/enwiki/Wikipedia
returning the following error message:
Cannot GET /enwiki/Wikipedia?oldid=710924518
That's because the correct URI is: /parsoid/enwiki/Wikipedia?oldid=710924518
When I navigate my browser to such a fixed URI, everything works fine.
Please fix this issue, as I have a tool that relies on this feature (and, possibly, suggest me a better interface for acquiring live DOM representation of Wikipedia articles).