You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Error 10028: The add list items operation contains duplicate items
9
9
10
-
This error occurs when there are duplicate list items in a single operation to add items to a List (either an IP list or a Bulk Redirect List).
10
+
This error indicates that the operation to add items to a list contains duplicate entries within the same request.
11
11
12
12
### Common causes
13
13
14
-
Possible causes of this error are:
14
+
This error occurs when there are duplicate list items in a single operation to add items to a List (either an IP list or a Bulk Redirect List). This error can happen when you:
15
15
16
-
- Add a repeated IP address to an IP list.
17
-
- Add a repeated source URL to a Bulk Redirect List.
16
+
- Add a repeated IP address to an IP list
17
+
- Add a repeated source URL to a Bulk Redirect List
18
18
19
19
### Resolution
20
20
21
21
You need to remove the duplicate item and try again.
22
22
23
23
## Error 10043: Source URL in redirect is too long
24
24
25
-
This error occurs when the source URL value of a URL redirect is too long. The maximum length of a source URL is 32,768 characters.
25
+
This error indicates that the source URL in a redirect exceeds the maximum allowed length.
26
26
27
27
### Common causes
28
28
29
-
Possible causes of this error are:
29
+
This error occurs when the source URL value of a URL redirect is too long. The maximum length of a source URL is 32,768 characters. Possible causes of this error are:
30
30
31
31
- Dynamic URLs that contain excessive query parameters or tracking codes.
32
32
- Unnecessary path segments or redundant subdirectories in the URL.
@@ -37,11 +37,11 @@ You need to use a shorter URL as the source URL.
37
37
38
38
## Error 10044: Target URL in redirect is too long
39
39
40
-
This error occurs when the target URL value of a URL redirect is too long. The maximum length of a target URL is 32,768 characters.
40
+
This error indicates that the target URL in a redirect exceeds the maximum allowed length.
41
41
42
42
### Common causes
43
43
44
-
Possible causes of this error are:
44
+
This error occurs when the target URL value of a URL redirect is too long. The maximum length of a target URL is 32,768 characters. Possible causes of this error are:
45
45
46
46
- Dynamic URLs that contain excessive query parameters or tracking codes.
47
47
- Unnecessary path segments or redundant subdirectories in the URL.
@@ -52,187 +52,143 @@ You need to use a shorter URL as the target URL.
52
52
53
53
## Error 10045: Invalid redirect source URL
54
54
55
-
This error indicates that the source URL provided for a URL redirect is not valid, preventing the redirect from functioning properly.
55
+
This error indicates that the source URL for a redirect is not valid.
56
56
57
57
### Common causes
58
58
59
-
Possible causes of this error are:
60
-
61
-
- Contains invalid characters or formatting.
62
-
- Is missing essential components, such as the scheme (for instance, `http` or `https`).
59
+
This error occurs when the source URL provided for a URL redirect is not valid, preventing the redirect from functioning properly due to missing components, such as the scheme (for instance, `http` or `https`) or improper formatting.
63
60
64
61
### Resolution
65
62
66
63
You need to specify a valid URL as the source URL. Refer to [Supported URL components in Bulk Redirects](/rules/url-forwarding/bulk-redirects/reference/url-components/) for details on the supported URL components for redirect source URLs.
67
64
68
65
## Error 10046: Invalid redirect target URL
69
66
70
-
This error indicates that the target URL provided for a URL redirect is not valid, preventing the redirect from functioning properly.
67
+
This error indicates that the target URL provided for a URL redirect is not valid.
71
68
72
69
### Common causes
73
70
74
-
Possible causes of this error are:
75
-
76
-
- Contains invalid characters or formatting.
77
-
- Is missing essential components, such as the scheme (for instance, `http` or `https`).
71
+
This error occurs when the target URL provided for a URL redirect is not valid, preventing the redirect from functioning properly due to missing components, such as the scheme (for instance, `http` or `https`) or improper formatting.
78
72
79
73
### Resolution
80
74
81
75
You need to specify a valid URL as the target URL. Refer to [Supported URL components in Bulk Redirects](/rules/url-forwarding/bulk-redirects/reference/url-components/) for details on the supported URL components for redirect target URLs.
82
76
83
77
## Error 10047: Invalid redirect status code
84
78
85
-
This error occurs when you specify a URL redirect status code that is not supported.
79
+
This error indicates that an unsupported or incorrectly formatted status code was specified for the URL redirect.
86
80
87
81
### Common causes
88
82
89
-
Possible causes of this error are:
90
-
91
-
- You enter a typo or invalid number for the status code.
92
-
- You use an unsupported or deprecated status code.
83
+
This error occurs when you specify a URL redirect status code that is not supported, typically due to entering an invalid number or using an unsupported or deprecated status code.
93
84
94
85
### Resolution
95
86
96
87
Use one of the supported status codes in the URL redirect: `301`, `302`, `307`, or `308`.
This error occurs when you enable the **Preserve path suffix** option in a redirect without enabling the **Subpath matching**option. The **Preserve path suffix** option of a URL redirect is only applicable when the **Subpath matching** option is also enabled.
91
+
This error indicates a configuration mismatch where the **Preserve path suffix** option is used without enabling **Subpath matching**in a URL redirect.
101
92
102
93
### Common causes
103
94
104
-
Possible causes of this error are:
105
-
106
-
- You forget to enable **Subpath matching** when configuring a redirect with **Preserve path suffix**.
107
-
- A configuration change is made without updating the associated options for the redirect.
95
+
This error occurs when you enable the **Preserve path suffix** option in a redirect without enabling the **Subpath matching** option. The **Preserve path suffix** option of a URL redirect is only applicable when the **Subpath matching** option is also enabled.
108
96
109
97
### Resolution
110
98
111
99
Enable **Subpath matching** for the URL redirect with **Preserve path suffix** enabled.
112
100
113
101
## Error 10049: Invalid scheme in redirect source URL
114
102
115
-
This error occurs when the source URL of a URL redirect has an invalid scheme.
103
+
This error indicates that the source URL's scheme is invalid.
116
104
117
105
### Common causes
118
106
119
-
Possible causes of this error are:
120
-
121
-
- The source URL uses a misspelled or unsupported scheme.
122
-
- The scheme is missing or improperly formatted.
107
+
This error occurs when the source URL of a URL redirect has an invalid scheme, which may be due to a misspelled or unsupported scheme or because the scheme is missing or improperly formatted.
123
108
124
109
### Resolution
125
110
126
111
Review the source URL and ensure that it uses one of the supported schemes: `http`, `https`, or empty (no scheme information, which means that it applies to both schemes). Refer to [Supported URL components in Bulk Redirects](/rules/url-forwarding/bulk-redirects/reference/url-components/) for details on the supported URL components for redirect source URLs.
127
112
128
113
## Error 10050: Invalid redirect source URL with user info
129
114
130
-
This error occurs when the source URL of a URL redirect includes a user info component (for example, `https://user:[email protected]`), which is not supported.
115
+
This error indicates that the source URL includes unsupported user information.
131
116
132
117
### Common causes
133
118
134
-
Possible causes of this error are:
135
-
136
-
- The source URL mistakenly includes user credentials.
137
-
- A copy-pasted URL from another source contains embedded user information.
119
+
This error occurs when the source URL of a URL redirect includes a user info component (for example, `https://user:[email protected]`), which is not supported.
138
120
139
121
### Resolution
140
122
141
123
You need to remove the user information component from the redirect source URL. Refer to [Supported URL components in Bulk Redirects](/rules/url-forwarding/bulk-redirects/reference/url-components/) for details on the supported URL components for redirect source URLs.
142
124
143
-
***
144
-
145
125
## Error 10051: Missing authority in redirect source URL
146
126
147
-
This error occurs when the source URL of a URL redirect does not include an authority component (for example, `http:///path`, without a hostname), which is mandatory.
127
+
This error indicates that the source URL is missing a required authority component.
148
128
149
129
### Common causes
150
130
151
-
Possible causes of this error are:
152
-
153
-
- The source URL is missing the hostname or authority component (e.g., http:///path instead of http://example.com/path).
154
-
- A typo or formatting error results in an incomplete URL.
131
+
This error occurs when the source URL of a URL redirect does not include an authority component (for example, `http:///path`, without a hostname), which is mandatory.
155
132
156
133
### Resolution
157
134
158
135
Add an authority component to the redirect source URL (for example, include a hostname). Refer to [Supported URL components in Bulk Redirects](/rules/url-forwarding/bulk-redirects/reference/url-components/) for details on the required URL components for redirect source URLs.
159
136
160
137
## Error 10052: Invalid redirect source URL with port
161
138
162
-
This error occurs when the source URL of a URL redirect includes a port (for example, `https://example.com:8081`), which is not supported.
139
+
This error indicates that the source URL includes an unsupported port.
163
140
164
141
### Common causes
165
142
166
-
Possible causes of this error are:
167
-
168
-
- The source URL is configured to include a custom or non-standard port.
169
-
- A copy-pasted URL from another environment or system includes a port.
170
-
- A development or testing URL was mistakenly used in the redirect configuration.
143
+
This error occurs when the source URL of a URL redirect includes a port (for example, `https://example.com:8081`), which is not supported. Possible causes include using a custom or non-standard port, copying a URL from another environment that includes a port, or mistakenly using a development or testing URL.
171
144
172
145
### Resolution
173
146
174
147
Remove the port from the redirect source URL. Refer to [Supported URL components in Bulk Redirects](/rules/url-forwarding/bulk-redirects/reference/url-components/) for details on the supported URL components for redirect source URLs.
175
148
176
149
## Error 10053: Invalid redirect source URL with query string
177
150
178
-
This error occurs when the source URL of a URL redirect includes a query string component, which is not supported.
151
+
This error indicates that the source URL contains an unsupported query string component.
179
152
180
153
### Common causes
181
154
182
-
Possible causes of this error are:
183
-
184
-
- The source URL is copied from a browser or external source that includes query parameters (for example, https://example.com/page?param=value).
185
-
- Misconfiguration or oversight during the URL setup includes unnecessary query strings.
186
-
- An attempt to redirect based on specific query parameters rather than the path alone.
155
+
This error occurs when the source URL of a URL redirect includes a query string component, which is not supported. Possible causes include copying a URL with query parameters, misconfiguration during setup, or attempting to redirect based on query parameters instead of the path.
187
156
188
157
### Resolution
189
158
190
159
Remove the query string from the redirect source URL. Refer to [Supported URL components in Bulk Redirects](/rules/url-forwarding/bulk-redirects/reference/url-components/) for details on the supported URL components for redirect source URLs.
191
160
192
161
## Error 10054: Invalid redirect source URL with fragment
193
162
194
-
This error occurs when the source URL of a URL redirect includes a fragment component (for example, `https://example.com/search/#fragment`). Fragment components are not part of an HTTP request; they are an indication for the browser to scroll to a specific location once the page has loaded.
163
+
This error indicates that the source URL includes an unsupported fragment component.
195
164
196
165
### Common causes
197
166
198
-
Possible causes of this error are:
199
-
200
-
- The source URL is copied from a browser or external source that includes a fragment (for example, #section1).
201
-
- A fragment was inadvertently added during URL configuration or editing.
167
+
This error occurs when the source URL of a URL redirect includes a fragment component (for example, `https://example.com/search/#fragment`). Fragment components are not part of an HTTP request; they are an indication for the browser to scroll to a specific location once the page has loaded. Possible causes of this error include copying a URL with a fragment from a browser or external source, or inadvertently adding a fragment during URL configuration or editing.
202
168
203
169
### Resolution
204
170
205
171
Remove the fragment from the redirect source URL. Refer to [Supported URL components in Bulk Redirects](/rules/url-forwarding/bulk-redirects/reference/url-components/) for details on the supported URL components for redirect source URLs.
This error occurs when you enable the **Preserve query string** option of a URL redirect, but also provide a query string in the redirect target URL. In this case, the URL redirect would have conflicting configuration on how to handle the query string of incoming requests.
175
+
This error indicates a conflict between the **Preserve query string** option and the query string in the redirect target URL.
210
176
211
177
### Common causes
212
178
213
-
Possible causes of this error are:
214
-
215
-
- The **Preserve query string** option is enabled without consideration of the target URL's existing query string.
216
-
- A query string was added to the target URL after the redirect configuration was created.
179
+
This error occurs when you enable the **Preserve query string** option of a URL redirect, but also provide a query string in the redirect target URL. In this case, the URL redirect would have conflicting configuration on how to handle the query string of incoming requests.
217
180
218
181
### Resolution
219
182
220
-
Perform one of the following:
221
-
222
-
- Disable the **Preserve query string** option in the URL redirect
223
-
- Remove the query string component from the redirect target URL
183
+
To resolve this issue, either disable the **Preserve query string** option in the URL redirect or remove the query string component from the redirect target URL to eliminate the conflict.
224
184
225
185
## Error 10056: The add list items operation contains different types of list items
226
186
227
-
This error occurs when there are different types of list items (for example, IP addresses, hostnames, and URL redirects) in a single operation to add items to a list. The error may occur for an IP list, a hostname list, or a Bulk Redirect List.
187
+
This error indicates that different types of list items were combined in a single add operation.
228
188
229
189
### Common causes
230
190
231
-
Possible causes of this error are:
232
-
233
-
- Mixing different types of items (for example, IP addresses and URL redirects) in a single add operation.
234
-
- Copying and pasting list items without verifying that they match the intended list type.
235
-
- Misconfiguration or oversight when creating or updating the list.
191
+
This error occurs when different types of list items (such as IP addresses, hostnames, and URL redirects) are included in a single operation to add items to a list. It can occur with an IP list, a hostname list, or a Bulk Redirect List.
236
192
237
193
### Resolution
238
194
@@ -243,15 +199,11 @@ Remove the list items that do not apply to the list type. This means:
243
199
244
200
## Error 10058: List items incompatible with list type
245
201
246
-
This error occurs when you are adding items to a list (either IP list, hostname list, or Bulk Redirect List) and the list items are incompatible with the list type.
202
+
This error indicates that incompatible items were added to the wrong list type.
247
203
248
204
### Common causes
249
205
250
-
Possible causes of this error are:
251
-
252
-
- Attempting to add IP addresses to a hostname or Bulk Redirect List.
253
-
- Adding URL redirects to an IP list or hostname list.
254
-
- Misconfiguration or confusion regarding the intended list type.
206
+
This error occurs when you are adding items to a list (either IP list, hostname list, or Bulk Redirect List) and the list items are incompatible with the list type.
255
207
256
208
### Resolution
257
209
@@ -263,30 +215,23 @@ Make sure you are adding the items to the correct list:
263
215
264
216
## Error 10059: Maximum number of repeated URL source paths exceeded
265
217
266
-
This error occurs when you have more than the maximum number of URL redirects with the same source URL path across all Bulk Redirect Lists in your account, regardless of the URL redirect domain.
218
+
This error indicates that the same URL path is repeated too many times across your Bulk Redirect Lists.
267
219
268
220
### Common causes
269
221
270
-
Possible causes of this error are:
271
-
272
-
- Multiple Bulk Redirect Lists contain redirects with the same source URL path.
273
-
- Overlapping or duplicate configurations across different lists and domains.
274
-
- Mismanagement of redirects, leading to excessive duplication of source URL paths.
222
+
This error occurs when you have more than the maximum number of URL redirects with the same source URL path across all Bulk Redirect Lists in your account, regardless of the URL redirect domain. Possible causes include multiple lists containing the same redirects, overlapping configurations, or mismanagement resulting in duplicated source URL paths.
275
223
276
224
### Resolution
277
225
278
226
Review the path of your source URLs so that you do not have more than the maximum number of URL redirects sharing the same URL path in your account, regardless of their domain or the list they belong to. Refer to [URL redirect parameters](/rules/url-forwarding/bulk-redirects/reference/parameters/) for more information on the current limits.
279
227
280
228
## Error 10060: Missing scheme in redirect target URL
281
229
282
-
This error occurs when the target URL of a URL redirect does not include a scheme, which is mandatory.
230
+
This error indicates that the target URL is missing a scheme.
283
231
284
232
### Common causes
285
233
286
-
Possible causes of this error are:
287
-
288
-
- The target URL is missing the http or https scheme due to a typo.
289
-
- The URL was copied from a source that did not include the scheme.
234
+
This error occurs when the target URL of a URL redirect does not include a scheme, which is mandatory. This could have happened due to a typo or the URL was copied from a source that did not include the scheme.
0 commit comments