Hello there,


I recently developed an Android application that communicates with wizard101central wiki API. There is an unofficial API programmed by my friend, that parses data from the official API, which I use to calculate results in my Android application.


There is an unknown error.

For example:

If I fetch data from this link: https://wiki.wizard101central.com/wiki/api.php?action=query&list=search&srlimit=1&srsearch=Spell%3Ahex&format=json, I will get 200 OK.


But if I use my localhost API that parses data from same endpoint

(localhost:3000/creatures/lormaster, which fetch data from https://wiki.wizard101central.com/wiki/api.php?action=query&list=search&srlimit=1&srsearch=Spell%3Ahex&format=json), it will return me unknown error 520.


Let me know if there are any recent changes.


Thank you for your consideration.