Skip to content

Commit

Permalink
connectors: Add hint about merging set cookie headers (#4875)
Browse files Browse the repository at this point in the history
  • Loading branch information
ztefanie authored Jan 30, 2025
1 parent 89bdf26 commit 22d5c57
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/components/connectors/protocol/rest.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,10 @@ The following fields are available in the `response` variable:
Starting from version 8.7.0, the REST Connector supports storing the response as a document. See additional details and limitations in [document handling](/components/concepts/document-handling.md).
:::

:::note
If your endpoint returns multiple Set-Cookie headers and you need to capture all of them, set `groupSetCookieHeaders` to `true` to aggregate them into a list.
:::

## Output mapping

### Result variable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,10 @@ The following fields are available in the `response` variable:
- **body**: Response body of your request
- **headers**: Response headers

:::note
If your endpoint returns multiple Set-Cookie headers and you need to capture all of them, set `groupSetCookieHeaders` to `true` to aggregate them into a list.
:::

## Output mapping

### Result variable
Expand Down

0 comments on commit 22d5c57

Please sign in to comment.