'How to get OriginalRequest from HTTP Request in ServerWebExchange
I am using Spring Cloud Gateway, and am trying to figure out how to get the "OriginalRequest" from the ServerWebExchange Request (so that I can use the URI).
I can see the OriginalRequest in the IntelliJ debugger (please see screenshot below). The issue that I am having is that it does not appear to be a public field (please see the last screenshot).
Do you know how I can access the OriginalRequest? Thanks a lot!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|


