Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.
For more information and upcoming events around #dominoforever, please visit our Destination Domino Page
If I understand you right, you want the HTTP Request LS functionality to work with a proxy?
This is already possible today. There is a technote. I haven't tested it yet but this is documented and supported.
But this does only work if the proxy doesn't need authentication.
See the details below.
[ Daniel Nashed / http://blog.nashcom.de ]
Domino HTTP Request
https://support.hcltechsw.com/csm?id=kb_article&sys_id=0157fae51b418c1483cb86e9cd4bcb96
http_proxy=http://some.server.dom:port/
https_proxy=http://some.server.dom:port/
no_proxy=domain1.dom,host.domain2.dom (a comma-separated list of hosts which should not be proxied, or an asterisk to override all proxy variables)
all_proxy=http://some.server.dom:port/
It is defined in the server document.
May I ask how are you defining your proxy? Is it in the location document or via another method?