Skip to content

Commit 66a673a

Browse files
author
Kazarus4
committed
EN done
1 parent e8604b3 commit 66a673a

File tree

1 file changed

+91
-1
lines changed

1 file changed

+91
-1
lines changed
Lines changed: 91 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,94 @@
1+
---
2+
title: "What should I do if the page “Your request has been blocked” appears?"
3+
excerpt: "Find out what to do if your website displays a “Your request has been blocked” page"
4+
update: 2025-07-11
5+
---
6+
7+
<style>
8+
details>summary {
9+
color:rgb(33, 153, 232) !important;
10+
cursor: pointer;
11+
}
12+
details>summary::before {
13+
content:'\25B6';
14+
padding-right:1ch;
15+
}
16+
details[open]>summary::before {
17+
content:'\25BC';
18+
}
19+
</style>
20+
21+
## Objective
22+
23+
The shared infrastructure where OVHcloud web hosting plans are located has several security systems.
24+
If your website displays a “Your request has been blocked” page, this means that one of the requests you are trying to execute to your website has been blocked by our security systems.
25+
26+
![your-ip-has-been-banned](/pages/assets/screens/other/browsers/errors/your-ip-has-been-banned.png){.thumbnail}
27+
28+
**Find out what to do if your website displays a “Your request has been blocked” page.**
29+
30+
## Requirements
31+
32+
- An [OVHcloud web hosting plan](/links/web/hosting)
33+
- The login details to access [your web hosting plan’s FTP storage space](/pages/web_cloud/web_hosting/ftp_connection)
34+
- Access to the [OVHcloud Control Panel](/links/manager)
35+
36+
## Instructions
37+
38+
The “Your request has been blocked” page may appear for a number of reasons (non-exhaustive list):
39+
40+
- The request is made from an unupdated Internet browser (Firefox, Chrome, Safari, Edge, etc.).
41+
- A very large number of requests, similar or not, are made in an extremely short time.
42+
- The request attempts to perform unauthorized actions on the shared infrastructure where your web hosting plan is located.
43+
44+
### 1 - Check that your web browser is up to date
45+
46+
Go to your web browser settings and check if an update is available.
47+
48+
/// details | Click here for more information about updating your web browser
49+
50+
Below are the procedures for updating the most popular web browsers (documentation provided by their publishers):
51+
152
- [Firefox](https://support.mozilla.org/en-US/kb/update-firefox-latest-release){.external}.
253
- [Chrome](https://support.google.com/chrome/answer/95414?hl=en-GB&co=GENIE.Platform%3DDesktop&oco=0){.external}.
354
- [Safari](https://support.apple.com/en-gb/102665){.external}.
4-
- [Edge](https://support.microsoft.com/en-gb/topic/microsoft-edge-update-settings-af8aaca2-1b69-4870-94fe-18822dbb7ef1){.external}.
55+
- [Edge](https://support.microsoft.com/en-gb/topic/microsoft-edge-update-settings-af8aaca2-1b69-4870-94fe-18822dbb7ef1){.external}.
56+
57+
If your Internet browser is not present in the list above, refer to your browser's online documentation or contact the publisher's support.
58+
59+
///
60+
61+
Once your web browser is up to date, try accessing your website again. If the situation persists, please read this guide.
62+
63+
### 2 - Retrieve the information on the “Your request has been blocked” page and contact support
64+
65+
The security system that blocks your requests is located upstream of your web hosting plan. As a result, you will not be able to access logs for this security system from your OVHcloud Control Panel.
66+
67+
#### 2.1 - Retrieve the information on the page “Your request has been blocked”
68+
69+
First, retrieve the information below that appears on the “Your request has been blocked” page:
70+
71+
- `IP address` (e.g.: 203.0.113.0)
72+
- `Date` (for example: 2025-07-01T16:30:45:150Z)
73+
- `Request ID` (for example: AbCdEf-your-request-ID-GhIjKlM)
74+
75+
#### 2.2 - Contact support
76+
77+
Once this data is collected, create a [support ticket](https://help.ovhcloud.com/csm?id=csm_get_help) from the OVHcloud Help Center, specifying:
78+
79+
- The message found on the page (“Your request has been blocked”).
80+
- The three elements retrieved earlier (`IP address`, `Date` and `Request ID`).
81+
- The URL from which the page is displayed (for example: `https://www.domain.tld/index.php`).
82+
- The Internet browser used.
83+
84+
The support team will get back to you as soon as possible to confirm the origin of this blockage.
85+
86+
## Go further
87+
88+
[Use cases - What to do if your Website is hacked](/pages/web_cloud/web_hosting/cms_what_to_do_if_your_site_is_hacked)
89+
90+
For specialised services (SEO, development, etc.), contact [OVHcloud partners](/links/partner).
91+
92+
If you would like assistance using and configuring your OVHcloud solutions, please refer to our [support offers](/links/support).
93+
94+
Join our [community of users](/links/community).

0 commit comments

Comments
 (0)