Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Status 403
This topic contains 4 replies, has 2 voices, and was last updated by Ernest Marcinko 4 years, 2 months ago.
- AuthorPosts
- April 12, 2019 at 6:41 am #22127
Hi the Ajax Search Pro plugin is working well in my desktop version. But however is it not able to do a search in my mobile version. It gives an error medssage “The request failed. Please check your connections! Status: 403” . May I know how do i rectified the problem?
My websitie are http://newlaunchesreview.com/ and http://xn--yfro4i67ofvdu2u.com/
April 12, 2019 at 7:38 am #22128Hi,
I am seeing the same issue on the desktop site as well. Error 403 means, that the request cannot be completed because there is no permission to access the handler. In this case, the server cannot access the WordPress ajax handler. Therefore the search query is not even executed.
Best,
This is either because of a firewall policy, or a malformed .htaccess rule in the root directory. I suggest checking any custom .htaccess rules, firewall plugins, or any custom firewall/NAT rules.
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
April 12, 2019 at 9:09 am #22130Hi I remember previously my server provide put a POST block on the account to prevent all POST functions made to the account due to suspected malicious activity. I was told to put <Limit POST>
order deny,allow
deny from all
allow from 127.0.0.1
allow from 103.245.95.0/24
allow from [add your own public ip]
</Limit>
in my .htaccessMy website is cleaned up already but I m not sure if the POST block functions is still there. May I know how can u help me on that?
April 12, 2019 at 9:15 am #22131It is ok I think I have solved the problem. It is the post limit function in my .htaccess that is causing the problem
April 12, 2019 at 10:00 am #22132You cannot access this content. Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
You must be logged in to reply to this topic.