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
Copy file name to clipboardExpand all lines: readme.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -468,6 +468,10 @@ Timeout for the call to the api uri.
468
468
469
469
If the `ignoreAPITimeout` option is set to `true`, a request is allowed even if the API could not be reached.
470
470
471
+
### Ignore the API failures `ignoreAPIFailures`
472
+
473
+
If the `ignoreAPIFailures` option is set to `true`, a request is allowed even if the API returns a non-200 status code or an error occurs during the API request.
474
+
471
475
### Set custom HTTP header field to retrieve the country code from `ipGeolocationHttpHeaderField`
472
476
473
477
Allow setting the name of a custom HTTP header field to retrieve the country code from. E.g. `cf-ipcountry` for Cloudflare.
0 commit comments