I have a CORS supported AJAX server hosted made in PHP. Since it is CORS supported, users anywhere and on any domain can access it. I want to filter our users of certain domains. Is it possible to know which domain the AJAX requests are coming from, so I could filter them out directly in the PHP code?