Seven Years of Service
Posts: 3,059
Threads: 251
RE: I am getting a 403 Forbidden error. 09-11-2018, 05:41 PM
#11
(09-11-2018, 08:42 AM)mothered Wrote: (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.
great point. yes there is no way to change the permissions if you not on the server side.
My IT skills that I know perfect is SQL, HTML ,css ,wordpress, PHP.
coding skills that I know is Java, JavaScript and C#
•
Seven Years of Service
Posts: 3,059
Threads: 251
RE: I am getting a 403 Forbidden error. 09-12-2018, 06:43 AM
#13
(09-12-2018, 03:44 AM)mothered Wrote: (09-11-2018, 05:41 PM)darkninja1980 Wrote: (09-11-2018, 08:42 AM)mothered Wrote: Precisely.
Moreover, It can also be a WAF blocking requests.
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.
great point. yes there is no way to change the permissions if you not on the server side.
I've experienced It when the WAF kicked In, and had to circumvent that to gain access.
The 403 does differ on how It's configured server-side, hence there's no hard and fast rules on how to handle each one.
I see and there also no way to hack a 403 correct ? to change the chmod
My IT skills that I know perfect is SQL, HTML ,css ,wordpress, PHP.
coding skills that I know is Java, JavaScript and C#
•
Seven Years of Service
Posts: 3,059
Threads: 251
RE: I am getting a 403 Forbidden error. 01-25-2019, 06:47 AM
#16
(09-12-2018, 07:06 AM)mothered Wrote: (09-12-2018, 06:43 AM)darkninja1980 Wrote: (09-12-2018, 03:44 AM)mothered Wrote: I've experienced It when the WAF kicked In, and had to circumvent that to gain access.
The 403 does differ on how It's configured server-side, hence there's no hard and fast rules on how to handle each one.
I see and there also no way to hack a 403 correct ? to change the chmod
Of course there Is, but as mentioned, there's no hard and fast rules- It can differ from one web server to another.
thank you for your point of view.
My IT skills that I know perfect is SQL, HTML ,css ,wordpress, PHP.
coding skills that I know is Java, JavaScript and C#
•
Eight Years of Service
Posts: 38
Threads: 6
RE: I am getting a 403 Forbidden error. 02-21-2019, 08:34 AM
#18
Is it on your server, or on another server. If it's on another server, you have been blocked.
•
Seven Years of Service
Posts: 3,059
Threads: 251
RE: I am getting a 403 Forbidden error. 02-21-2019, 12:47 PM
#19
(02-21-2019, 08:34 AM)hackyou92 Wrote: Is it on your server, or on another server. If it's on another server, you have been blocked.
it was not on my server.
My IT skills that I know perfect is SQL, HTML ,css ,wordpress, PHP.
coding skills that I know is Java, JavaScript and C#
•
Eight Years of Service
Posts: 38
Threads: 6
RE: I am getting a 403 Forbidden error. 02-23-2019, 12:36 PM
#20
Then you have been blocked, or the service has been hidden from you because you don't have authority.
•