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
1
vote
2 answers

ModSecurity blocks legitimate client requests

Randomly, the modsecurity blocks legitimate clients requests giving the error 403. Here is para of the modsec_audit.log: ---d6e99f36-A-- [21/Jun/2020:07:14:45 +0100] Xu761X8AAAEAADI1YrAAAABQ xxx.xxx.xxx.xxx 60036 xxx.xxx.xxx.xxx…
1
vote
1 answer

istio-proxy 403 error:'upstream connect error or disconnect/reset before headers. reset reason: connection failure'

We have deployed an application behind the istio ingress gateway and is accessible at test.domain.com/jenkinscore.We have used istio 1.4.5. The domain name is created for the istio ingress gateway service IP. As per the below logs, when we hit this…
1
vote
0 answers

How to hide the IIS 8.5 Header when response code 403.7 is returned?

We have a ColdFusion 11 website, requiring client certificates, running on a publicly accessible Windows Server 2012R2 running IIS 8.5. There is a URL rewrite rule in place to remove the value set in the response header for Server. This rule is…
0
votes
1 answer

Azure Cross Region server to server call fails when Web App is in VNet

I have an web app in EU West Region that calls an API hosted in EU North Region. When I place my Web App in a VNet and call the web app in another region, that I do not control, I get a 403 Ip Forbidden. For testing, I have setup 2 web…
Morten Lyhr
  • 101
  • 1
0
votes
2 answers

Wordpress website suddenly receiving a 403 when trying to load critical files (CSS/JS)

Out of the blue my Wordpress website has stopped loading properly. I've checked the console and it is full of lines similar to this: GET https://teachifyapp.com/wp-content/cache/wpfc-minified/jr2pizz7/63j5f.css net::ERR_ABORTED 403 Can somebody…
0
votes
1 answer

apache: "Symbolic link not allowed or link target not accessible" on another filesystem only

I have a a file in remote directory which is moulted to apache DocRoot tree. When I try to download a file (not write) from that dir I get 403: AH00037: Symbolic link not allowed or link target not accessible: /var/www/b2b/web/var What I…
Putnik
  • 2,217
  • 4
  • 27
  • 43
0
votes
0 answers

Apache 2.4 use deny all with local got 403 Forbidden

I have a question in apache 2.4. This is my setting in /etc/httpd/conf.d/vhost-www0.conf DocumentRoot "/var/www/virtual" ServerName www0.example.com
Okami
  • 1
  • 1
0
votes
1 answer

403 Forbidden Error after Apache Update

I have several vhosts all of which except 1 are working fine after many packages were upgraded on Ubuntu 16.04 server. The only difference between working and non-working vhosts is that the non-working vhost root directory is a sub directory of…
DominicM
  • 251
  • 3
  • 6
  • 12
0
votes
1 answer

Apache Err 403 on static files from a docker volume

I am struggling with staticfiles and, since I'm new to docker and not quite fluent with Apache, I am not sure whether the problem comes from the former or the latter. [the set up] I have a dockerized app with a WSGI server and I am using a non…
zar3bski
  • 133
  • 1
  • 2
  • 11
0
votes
0 answers

nginx returns 404 although the server is running and log files are being written. In the root it returns 403. Details inside

I'm not a sysadmin, I'm just a vision programmer who's trying to set up his friend's API in a localhost. I'm using nginx, and the config file my friend gave me was this: server { listen **.48.37.125:443 ssl http2; server_name…
0
votes
1 answer

share user folder with other users apache

Migrating from windows server (where this was unbelievably easy with virtual directories) to a linux server and have worked on this for weeks... I want to share a users folder contents with all other users on the server. share this folder:…
0
votes
0 answers

Apache won't serve the directory and gives 403 Forbidden error

I've a folder that I want apache to serve. The folder is located under the home directory: /home/mywebsite. This is my apache configuration file: Order allow,deny Allow from all
amone
  • 121
  • 1
0
votes
1 answer

NGINX Not showing directory contents

I have some trouble with NGINX on my server. I previously used Apache. When I try to request folder contents on my server (like, 192.168.0.128/files), I get a 403 Forbidden error. Anyone know how to solve this? I tried to give permissions blah blah…
0
votes
1 answer

Nginx 403 Forbidden

after trying three times in other StackExchange Forums, I hope I'm getting an answer here. I switched my wordpress webserver from apache2 to nginx (please note that I want to use the existing wordpress instance) and now I just can't connect to it.…
realmayus
  • 13
  • 3
0
votes
2 answers

XAMPP error 403 on fresh install

I just installed XAMPP on my Ubuntu 9.10 box according to the instructions here and as far as I can see, everything was followed exactly per instructions, including setting up the soft link to my folder. When I try to browse to http://localhost/…
Tom A
  • 218
  • 1
  • 3
  • 10