I am loading pages using ajax. Pages load correctly in all browsers except IE, which throws a 403 error on ajax request. However, it works fine in the local host, even in IE. (He used to work correctly, not sure when he started doing this).
You can check out my site at http://ptamzz.com . By clicking on any article, you will call an ajax request for content.

How to fix it? Since it receives an HTTP 403 response, no data is returned, so I cannot display my pages.
source share