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.
2 parents a150b04 + 9daac22 commit 5725b41Copy full SHA for 5725b41
docs/arbitrary-ports.rst
@@ -6,8 +6,14 @@ Accessing Arbitrary Ports
6
7
If you already have a server running on localhost listening on
8
a port, you can access it through the notebook at
9
-``<notebook-base>/proxy/<port>``. This works for all ports listening
10
-on the local machine.
+``<notebook-base>/proxy/<port>``.
+The URL will be rewritten to remove the above prefix.
11
+
12
+You can disable URL rewriting by using
13
+``<notebook-base>/proxy/absolute/<port>`` so your server will receive the full
14
+URL in the request.
15
16
+This works for all ports listening on the local machine.
17
18
With JupyterHub
19
===============
0 commit comments