File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -303,8 +303,13 @@ Path based routes specify a path component that can be compared against
303
303
a URL (which requires that the traffic for the route be HTTP based) such
304
304
that multiple routes can be served using the same host name, each with a
305
305
different path. Routers should match routes based on the most specific
306
- path to the least; however, this depends on the router implementation. The
307
- following table shows example routes and their accessibility:
306
+ path to the least; however, this depends on the router implementation.
307
+ The host name and path are passed through to the backend server so it should be
308
+ able to successfully answer requests for them.
309
+ For example: a request to http://example.com/foo/ that goes to the router will
310
+ result in a pod seeing a request to http://example.com/foo/.
311
+
312
+ The following table shows example routes and their accessibility:
308
313
309
314
.Route Availability
310
315
[cols="3*", options="header"]
@@ -351,6 +356,7 @@ the router does not terminate TLS in that case and cannot read the contents
351
356
of the request.
352
357
====
353
358
359
+
354
360
[[secured-routes]]
355
361
== Secured Routes
356
362
Secured routes specify the TLS termination of the route and, optionally,
You can’t perform that action at this time.
0 commit comments