Attempting to generate PDFs on private wikis (for example, https://otrs-wiki.wikimedia.org) does not work, because cookie forwarding is not (yet) supported by the bundler or by the Collection extension.
Description
Description
Related Objects
Related Objects
Event Timeline
Comment Actions
@cscott, Here's an example page https://otrs-wiki.wikimedia.org/wiki/Help:FAQ
But as I stated, any page will do, from any private wiki apparently.
Comment Actions
I investigated. It appears the VE is using the Parsoid API, but using the cookie-forwarding provided by VRS. See:
https://github.com/wikimedia/mediawiki/blob/b13bd0996cbd0b179d869dc25bd22c17a1633995/includes/libs/virtualrest/ParsoidVirtualRESTService.php#L118
So OCG would have to add support for similar cookie fowarding, presumably by passing the cookies as part of the metabook JSON.