Hello,My application need to make a REST call to the external world.I use Apache HttpClient to do. I expect that the call goes through proxy set in AEM, but it doesn't, it directly tries to fetch data.I do not want to add explicit configuration for proxy in my application, it should just use default...