Skip to content

Commit 9109735

Browse files
Update docs for remote_server.
1 parent e90b479 commit 9109735

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/tabpy-tools.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,16 @@ The URL and port are where the Tableau-Python-Server process has been started -
4141
more info can be found in the
4242
[Starting TabPy](server-install.md#starting-tabpy) section of the documentation.
4343

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+
4454
## Authentication
4555

4656
When TabPy is configured with the authentication feature on, client code

0 commit comments

Comments
 (0)