From 5faafa665e390a434d757ad6a6484288c5046414 Mon Sep 17 00:00:00 2001 From: Maria Date: Fri, 7 Feb 2025 10:02:22 +0100 Subject: [PATCH] added vids --- advanced/private-location.mdx | 11 +++++++++++ runtime/custom-headers.mdx | 16 +++++++++++++++- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/advanced/private-location.mdx b/advanced/private-location.mdx index 73906276..13617822 100644 --- a/advanced/private-location.mdx +++ b/advanced/private-location.mdx @@ -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. + + ## Features ### Tunneling with FRP diff --git a/runtime/custom-headers.mdx b/runtime/custom-headers.mdx index f7b95a53..94d8131e 100644 --- a/runtime/custom-headers.mdx +++ b/runtime/custom-headers.mdx @@ -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. + + +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.