Pages: 1
Topic closed
This may seem strange or simple, but how would you block XMLHttpRequests from accessing a website?
Offline
Check the HTTP headers and see if there are some that are particular to XHRs.
Thank you. I'll try that.