jdlrobson / weekipedia

11 stars 2 forks source link

Redirects are swallowed #134

Closed jdlrobson closed 7 years ago

jdlrobson commented 7 years ago

https://en.wikivoyage.org/api/rest_v1/page/mobile-sections/Erhai%20Lake redirects to https://en.wikivoyage.org/api/rest_v1/page/mobile-sections/Dali

but http://localhost:8142/api/voyager/page/en.wikivoyage/Erhai%20Lake doesn't.

berndsi commented 7 years ago

Redirects happen in RESTBase, not in MCS. In MCS redirects are explicitly turned off using a query parameter redirect: false.

jdlrobson commented 7 years ago

Fixed in above but has caused #135