Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix typo in proxy/README.adoc: yoused -> you used
@pivotal-cla This is an Obvious Fix
  • Loading branch information
Stephen Viles authored Apr 14, 2022
commit 6583b50355af2122955fb13a55e90754f76f0d59
2 changes: 1 addition & 1 deletion proxy/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ That's identical to the sequence at the end of <<_the_login_page_angular_js_and_

We can see the reverse proxy in action by looking at the "/trace" endpoint in the UI server (from Spring Boot Actuator, which we added with the Spring Cloud dependencies). Go to http://localhost:8080/trace[http://localhost:8080/trace] in a new browser (if you don't have one already get a JSON plugin for your browser to make it nice and readable). You will need to authenticate with HTTP Basic (browser popup), but the same credentials are valid as for your login form. At or near the start you should see a pair of requests something like this:

NOTE: Try to use a different browser so that there is no chance of authentication crossover (e.g. use Firefox if yoused Chrome for testing the UI) - it won't stop the app from working, but it will make the traces harder to read if they contain a mixture of authentication from the same browser.
NOTE: Try to use a different browser so that there is no chance of authentication crossover (e.g. use Firefox if you used Chrome for testing the UI) - it won't stop the app from working, but it will make the traces harder to read if they contain a mixture of authentication from the same browser.

./trace
[source,javascript]
Expand Down