magnusmanske/petscan_rs

CORS might fail due to PetScan moving from wmflabs.org to wmcloud.org

Opened this issue · 0 comments

hay commented

Hey,
i'm not sure if this is an issue or not, so please close if applicable, but i thought it might be good to at least document this here so that other people who run into the same issue can fix it.

It seems Petscan has moved from the old subdomain (wmflabs.org) to a new one (wmcloud.org). I noticed this because Depictor had issues with some queries that used Petscan in the backend. Apparently CORS doesn't work with redirects (or maybe there are no CORS headers on a redirect?). Anyway, just changing the subdomain from wmflabs.org to wmcloud.org in my code fixed it.