The internal monitoring system of an Wikimedia Enterprise customer showed some failure increase caused by HTTP 404 responses to RESTBase API requests.
Examples:
- https://en.wikipedia.org/api/rest_v1/page/html/Veljko_Ra%C5%BEnatovi%C4%87/1212334420?redirect=false
- Another one the customer used for testing in March: https://it.wikipedia.org/api/rest_v1/page/html/Ibrahim_El_Hadji_Tour%C3%A9/136588699
The error msg the customer sees is this:
{"type":"MediaWikiError/Not_Found","title":"rest-no-match","method":"get","detail":"The requested relative path (/v1/page/Ibrahim_El_Hadji_Tour%C3%A9/136588699/html) did not match any known handler","uri":"/w/rest.php/v1/page/Ibrahim_El_Hadji_Tour%C3%A9/136588699/html","errorKey":"rest-no-match","messageTranslations":{"it":"Il relativo percorso (/v1/page/Ibrahim_El_Hadji_Tour%C3%A9/136588699/html) richiesto non coincide con nessun controller conosciuto","en":"The requested relative path (/v1/page/Ibrahim_El_Hadji_Tour%C3%A9/136588699/html) did not match any known handler"},"httpCode":404,"httpReason":"Not Found"}