It would be very useful if the pubstats script on LFSWorld would add the HTTP Access Control header to allow for greater creativity, and propagation of the data stored there via the Cross-Origin Resource Sharing recommendation.
All that must be done is, add the following header into the pub stats script.
This will then allow the use of AJAX directly without having to use a file on the server to request the information for the client, as enforced by the same-origin policy thus reducing resources on the serving web servers end, and allowing for a more robust experience overall for the client.
All that must be done is, add the following header into the pub stats script.
Access-Control-Allow-Origin: *
This will then allow the use of AJAX directly without having to use a file on the server to request the information for the client, as enforced by the same-origin policy thus reducing resources on the serving web servers end, and allowing for a more robust experience overall for the client.