-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #153 from AxisCommunications/sync-20241205-1
sync 20241205 1
- Loading branch information
Showing
5 changed files
with
44 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
layout: page | ||
parent: Develop ACAP applications | ||
title: Global device proxy | ||
nav_order: 10 | ||
--- | ||
|
||
# Global device proxy | ||
|
||
Global device proxy settings act as global environment variables on the Axis device. There are three | ||
types of global device proxies that can be configured; `HTTP_PROXY`, `HTTPS_PROXY`, and `NO_PROXY`. | ||
|
||
## Configure global device proxy | ||
|
||
Global device proxy can be set via either: | ||
|
||
- The VAPIX | ||
[Network Settings API](https://developer.axis.com/vapix/network-video/network-settings-api#setglobalproxyconfiguration-1). | ||
- The network page at `http://<AXIS_DEVICE_IP>/index.html#system/network` and section | ||
`Global proxies`. | ||
|
||
## How are ACAP applications affected? | ||
|
||
ACAP applications can be affected by global device proxy if they use the curl API or in any other | ||
way are able to pick up proxy from environment variables. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters