sorunrehberi Ah I see no problem as a next step please can you work through either solution 2 or 3 within this document with your host to see if this resolves the error for you: https://support.ezoic.com/kb/article/how-to-fix-origin-errors I have copied and pasted them below for your convenience.
- Set up an X-Forwarded-For Header
The X-Forwarded-For Header is a header field that you can use to make sure the 'real' IP of your users is passed along by a proxy like Ezoic or Cloudflare. This is especially helpful for specific features (like login forms) that need to see the original user's IP. You can add this header to your server (and let your host know that they need to look for it and authorize requests on that basis), or ask your host to do it for you.
You can find instructions for implementing X-Forwarded-For on your site here.
- User Agent Authentication
With all requests, Ezoic will send the actual IP of the user under the request header 'x-middleton-ip'. If you explain this to your host, they should be able to find the request IP there, rather than by using a 'requested-by' header.
*If you are on a shared server and your host refuses to implement any of the above fixes on a shared server, then you may need to consider asking them if they would do so if you upgraded your hosting package, or else look at the possibility of using another hosting provider.