Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions advanced/private-location.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ The **private location worker** allows customers to include non-publicly availab

The worker acts as a combination of a proxy and tunneling mechanism, connecting the private network with the Octomind tool. This feature ensures secure access to applications hosted behind firewalls or other private environments.

<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/0z1WfHAw4Ag?si=-l5RiWt9_26LWaSW"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen
></iframe>

## Features

### Tunneling with FRP
Expand Down
16 changes: 15 additions & 1 deletion runtime/custom-headers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,21 @@ description: "Additional HTTP headers to be sent with every request"
icon: "network-wired"
---

Octomind supports Playwright [extraHTTPHeaders](https://playwright.dev/docs/api/class-testoptions#test-options-extra-http-headers). Those headers are configurable on a project level. Open the Settings dialog to start setting custom header fields.
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/XJs7cSU_Ze8?si=8QeKEbZW3xAQl5LH"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen
></iframe>

Octomind supports Playwright
[extraHTTPHeaders](https://playwright.dev/docs/api/class-testoptions#test-options-extra-http-headers).
Those headers are configurable on a project level. Open the Settings dialog to
start setting custom header fields.

<Frame caption="custom header configuration in the settings dialog">
<img
Expand Down