Skip to content

Commit 11a6346

Browse files
GeniusDPmarcusdacoregio
authored andcommitted
Update http.adoc
ip number does follow the ip number format, let it be 192.168.0.107
1 parent 692c013 commit 11a6346

File tree

1 file changed

+2
-2
lines changed
  • docs/modules/ROOT/pages/features/exploits

1 file changed

+2
-2
lines changed

docs/modules/ROOT/pages/features/exploits/http.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Spring Security provides support for xref:features/exploits/headers.adoc#headers
2020
== Proxy Server Configuration
2121

2222
When using a proxy server, it is important to ensure that you have configured your application properly.
23-
For example, many applications have a load balancer that responds to request for https://example.com/ by forwarding the request to an application server at https://192.168.1:8080
24-
Without proper configuration, the application server can not know that the load balancer exists and treats the request as though https://192.168.1:8080 was requested by the client.
23+
For example, many applications have a load balancer that responds to request for https://example.com/ by forwarding the request to an application server at https://192.168.0.107
24+
Without proper configuration, the application server can not know that the load balancer exists and treats the request as though https://192.168.0.107:8080 was requested by the client.
2525

2626
To fix this, you can use https://tools.ietf.org/html/rfc7239[RFC 7239] to specify that a load balancer is being used.
2727
To make the application aware of this, you need to configure your application server to be aware of the X-Forwarded headers.

0 commit comments

Comments
 (0)