简体   繁体   中英

HTTP error 403 (Forbidden)

When I click on the link it gives 403 error, it is working fine on local environment. This is the line where error occurs:

$.post('./../../wp-content/plugins/test/app/controller/summary.php', data,  function(response) {

You first need to confirm if you have encountered a "No directory browsing" problem. You can see this if the URL ends in a slash '/' rather than the name of a specific Web page (eg .htm or .html). If this is your problem, then you have no option but to access individual Web pages for that Web site directly.

Do you have any substatus? This error code means your browser is not allowed to access this ressource. That means the resource is there but not vissible for you.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM