CXServer production logs has many entries as shown below:
This is originated form the x-amples entries in swagger spec. https://github.com/wikimedia/mediawiki-services-cxserver/blob/master/spec.yaml#L99
However, the space in the title is causing the issue. In the same spec.yaml, the same title is present without '_' too. That generated rest.php URLs like this:
https://en.wikipedia.org/w/rest.php/v1/page/User%3ABSitzmann%2B(WMF)%2FMCS%2FTest%2FFrankenstein/html?
Which returns error: "The specified page (User:BSitzmann+(WMF)/MCS/Test/Frankenstein) does not exist"
Either we need to update spec.yaml to use underscore consistantly or make sure titles are normalized as required(this is preferred solution)
