Skip to content

Commit 8c970ac

Browse files
ma-zahmxlnk
andauthored
added vids (#390)
Co-authored-by: mxlnk <maxi.link@octomind.dev>
1 parent 6a6782e commit 8c970ac

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

advanced/private-location.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@ The **private location worker** allows customers to include non-publicly availab
1414

1515
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.
1616

17+
<iframe
18+
width="560"
19+
height="315"
20+
src="https://www.youtube.com/embed/0z1WfHAw4Ag?si=-l5RiWt9_26LWaSW"
21+
title="YouTube video player"
22+
frameborder="0"
23+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
24+
referrerpolicy="strict-origin-when-cross-origin"
25+
allowfullscreen
26+
></iframe>
27+
1728
## Features
1829

1930
### Tunneling with FRP

runtime/custom-headers.mdx

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,21 @@ description: "Additional HTTP headers to be sent with every request"
44
icon: "network-wired"
55
---
66

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

923
<Frame caption="custom header configuration in the settings dialog">
1024
<img

0 commit comments

Comments
 (0)