Questions tagged [http-status-code-403]

403 Forbidden: The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. If the server does not wish to make this information available to the client, the status code 404 (Not Found) can be used instead.

The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. If the server does not wish to make this information available to the client, the status code 404 (Not Found) can be used instead.

236 questions
0
votes
1 answer

NGINX https not working after I set it up?

I solved it, see my answer below! So I just used certbot to generate an nginx certificate however https:// on my domain doesn't work. It gives me a 403 forbidden error. SSL Configuration: server { listen 443 ssl; ssl on; …
SirStopIt
  • 1
  • 1
0
votes
0 answers

403 Forbidden caused by AH01630: client denied by server configuration: /data

I am getting this titular error message when following this guide in the Postfix admin section of the tutorial from Apache2's error logs and trying navigate to the website https://mailadmin.example.com/setup.php (also just replaced my website name…
sangstar
  • 53
  • 1
  • 7
0
votes
1 answer

403 redirect not working .htaccess

I want to block users from India from the website and redirect them to a custom 403 page. Here's the code that i placed in .htaccess file: ErrorDocument 403 /403.html deny from 1.6.0.0/15 deny from 1.22.0.0/15 deny from 1.38.0.0/15 deny from…
0
votes
1 answer

How to identify cause of error 403 on JBoss WildFly server?

We are running an AngularJS application on JBoss WildFly. It used to work fine on both, our testing environment and in production. How, however, there is a weird error 403 issue in production now. Users can load data by REST request. On one site, a…
-1
votes
1 answer

Payment provider web hook experiencing a 403 forbidden status

Our payment provider has been having issues hitting our webhook after a transaction. The server responds with a 403 status. NGINX shows the request is retried twice but fails. Interestingly if I copy the request and send it myself via postman…
Sam
  • 1
-1
votes
2 answers

nginx 1.8.1 only works with default root

I have Cent OS 6.6 with nginx 1.8.1 installed. It seems like if I change the root in the conf file to something other than the default '/usr/share/nginx' it gives an error 403 Permission denied. I have even given 777 permission to the other folder…
ctrlz
  • 101
  • 1
-1
votes
1 answer

ADFS 403 Error On login page

I just installed ADFS on my Windows Server 2012 and I am getting stuck. If I go to https://mail.mywebsi.te/adfs/ls I instantly get an 403 error without it actually showing the Default login screen. With kind of regards, EnderWolf
EnderWolf
  • 1
  • 2
-1
votes
1 answer

lighttpd 403 forbidden jpeg image access

I am running a stock lighttpd installation with no configuration changes. Client sees a 403 forbidden error trying to access static images (even from an img tag on a static page). Nothing in the logs about this. Research has turned up a number of…
taz
  • 151
  • 6
-1
votes
1 answer

how to remove 403 error

Everytime I try to access this url http://mysite.com/somefile.php?url=http://google.com I get Forbidden error, how I can solve this issue using .htaccess file. I am on shared hosting so all I can do it edit the .htaccess file and nothing else.…
hsinxh
  • 143
  • 2
  • 10
-2
votes
1 answer

Display custom error page

I have an nginx web server that runs a Laravel application. The web.config and .htacces pages are forbidden pages. When I access the page, I get a 403(nginx) error. Instead, I want a custom html page to be displayed. How can this be done achieved?
-4
votes
2 answers

How do I prevent access on the web to a txt file on my server? i want it to still work, as its for a wizard. But i dont want people to access my code

I'm wondering if anyone can help me please. I have some text files on my server, which run with a Wizard. The issue I am having is that I'm unable to hide the text files on the web browser. I've managed to hide the other folders needed, but these…
1 2 3
15
16