We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad523d commit 6b29639Copy full SHA for 6b29639
2 files changed
web-server/README.md
@@ -165,9 +165,9 @@ Where the expected output is
165
</html>
166
```
167
168
-As can be seen it's HTML code, browse to web page
169
-`http://<AXIS_DEVICE_IP>/local/web_server_rev_proxy/my_web_server`
170
-for seeing it rendered.
+To view the rendered web page, click on the `Open` button of the application
+from the `Apps` tab of the device GUI. Alternatively, browse directly to
+`http://<AXIS_DEVICE_IP>/local/web_server_rev_proxy/my_web_server`.
171
172
The application log can be found by either
173
web-server/app/manifest.json
@@ -9,6 +9,7 @@
9
"version": "1.0.0"
10
},
11
"configuration": {
12
+ "settingPage": "index.html",
13
"reverseProxy": [
14
{
15
"apiPath": "my_web_server",
0 commit comments