Login Register






I am getting a 403 Forbidden error. filter_list
Author
Message
I am getting a 403 Forbidden error. #1
I am getting a 403 Forbidden error. How can I fix this error?
My IT skills that I know perfect is SQL, HTML ,css ,wordpress, PHP.
coding skills that I know is Java, JavaScript and C#

Reply

RE: I am getting a 403 Forbidden error. #2
Is this on your own site, or one you're trying to access?

Please elaborate.
[Image: AD83g1A.png]

Reply

RE: I am getting a 403 Forbidden error. #3
(09-10-2018, 05:14 AM)mothered Wrote: Is this on your own site, or one you're trying to access?

Please elaborate.

no but I was just curious if there was a fix for it ?
My IT skills that I know perfect is SQL, HTML ,css ,wordpress, PHP.
coding skills that I know is Java, JavaScript and C#

Reply

RE: I am getting a 403 Forbidden error. #4
(09-10-2018, 03:23 PM)darkninja1980 Wrote:
(09-10-2018, 05:14 AM)mothered Wrote: Is this on your own site, or one you're trying to access?

Please elaborate.

no but I was just curious if there was a fix for it ?

To really solve such a problem, you need to provide more information about the environment and the context. There is no such a 1 shot solution for those kind of errors.
If you could elaborate as @mothered said we could try to help you.
(This post was last modified: 09-10-2018, 05:21 PM by Cr3aTor.)
[Image: iQDVDdD.gif]

Reply

RE: I am getting a 403 Forbidden error. #5
(09-10-2018, 05:20 PM)Cr3aTor Wrote:
(09-10-2018, 03:23 PM)darkninja1980 Wrote:
(09-10-2018, 05:14 AM)mothered Wrote: Is this on your own site, or one you're trying to access?

Please elaborate.

no but I was just curious if there was a fix for it ?

To really solve such a problem, you need to provide more information about the environment and the context. There is no such a 1 shot solution for those kind of errors.
If you could elaborate as @mothered said we could try to help you.

I understand your point. well let me ask my friend what sites that he got the errors from.
My IT skills that I know perfect is SQL, HTML ,css ,wordpress, PHP.
coding skills that I know is Java, JavaScript and C#

Reply

RE: I am getting a 403 Forbidden error. #6
On a general note it likely means their site is down or something is up with your firewall if you have one.

Reply

RE: I am getting a 403 Forbidden error. #7
What's the exact error message?

For example:
* HTTP 403
* 403 Forbidden
* Forbidden: You do not have permission to access this directory on this server
* Error 403 Forbidden

And so forth.
[Image: AD83g1A.png]

Reply

RE: I am getting a 403 Forbidden error. #8
(09-10-2018, 08:55 PM)mothered Wrote: What's the exact error message?

For example:
* HTTP 403
* 403 Forbidden
* Forbidden: You do not have permission to access this directory on this server
* Error 403 Forbidden

And so forth.
my friend is getting this error!
* Forbidden: You do not have permission to access this directory on this server
My IT skills that I know perfect is SQL, HTML ,css ,wordpress, PHP.
coding skills that I know is Java, JavaScript and C#

Reply

RE: I am getting a 403 Forbidden error. #9
(09-10-2018, 06:54 PM)redspyder Wrote: On a general note it likely means their site is down or something is up with your firewall if you have one.

no, that's not true. 404 and 500 are generally used if the website is down. 401 and 403 are used to tell the receiving party that they either do not have the required credentials, are not authenticated at all, or are not allowed to access the specified resource.

generally speaking, if you're getting a 403, you're doing something that you're not supposed to and the client code isn't even receiving your requests (server software filter). If you're getting a 401, check your headers, you're likely missing the Authorization field.

[+] 1 user Likes phyrrus9's post
Reply

RE: I am getting a 403 Forbidden error. #10
(09-11-2018, 02:47 AM)phyrrus9 Wrote: generally speaking, if you're getting a 403, you're doing something that you're not supposed to and the client code isn't even receiving your requests (server software filter).

Precisely.

Moreover, It can also be a WAF blocking requests.

(09-10-2018, 11:55 PM)darkninja1980 Wrote: my friend is getting this error!
* Forbidden: You do not have permission to access this directory on this server

If permissions have been set server-side/back-end, unless you have access to alter/modify the permissions, you cannot do anything solely from a client-side standpoint.
[Image: AD83g1A.png]

[+] 1 user Likes mothered's post
Reply