Skip to content

Commit 9e098e2

Browse files
committed
Page events timeout docs
1 parent 28047eb commit 9e098e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/configuration-based/PAGE_EVENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Currently supported event types:
5252

5353
### Supported actions
5454

55-
- `http`: Makes a HTTP(S) call to a web service. This service must be routable on DXT (e.g. by configuring CDP's squid proxy), must accept DXT's standardised payload, return HTTP 200 and a valid JSON document.
55+
- `http`: Makes a HTTP(S) call to a web service. This service must be routable on DXT (e.g. by configuring CDP's squid proxy), must accept DXT's standardised payload, return HTTP 200 and a valid JSON document. **A timeout of 5 seconds is set on each HTTP event.**
5656
- Options:
5757
- `method`: The HTTP method, e.g. `POST` or `GET`. Note that forms-engine-plugin posts the form state as a payload, so `POST` is the correct method if you need to parse the form data.
5858
- `url`: A fully formed HTTP(S) URL, e.g. `https://my-api.defra.gov.uk` or `https://my-api.prod.cdp-int.defra.cloud`

0 commit comments

Comments
 (0)