File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,16 @@ The URL and port are where the Tableau-Python-Server process has been started -
41
41
more info can be found in the
42
42
[ Starting TabPy] ( server-install.md#starting-tabpy ) section of the documentation.
43
43
44
+ When connecting to a remote TabPy server, configure the following parameters:
45
+
46
+ - Set ` remote_server ` to ` True ` to indicate a remote connection
47
+ - Set ` localhost_endpoint ` to the specific localhost address used by the remote server
48
+ - ** Note:** The protocol and port may differ from the main endpoint
49
+
50
+ ``` python
51
+ client = Client(' https://example.com:443/' , remote_server = True , localhost_endpoint = ' http://localhost:9004/' )
52
+ ```
53
+
44
54
## Authentication
45
55
46
56
When TabPy is configured with the authentication feature on, client code
You can’t perform that action at this time.
0 commit comments