[Solved] Which php/js functions does this website probably user in order to autorefresh itself? [closed]


For your question 1. 10som.kg probably has CORS enabled in the server.

http://en.wikipedia.org/wiki/Cross-origin_resource_sharing

If that’s true, this allows other domains to make ajax request to it.

Hope this helps. Cheers

1

solved Which php/js functions does this website probably user in order to autorefresh itself? [closed]