Skip to Main Content
HCL Domino Ideas Portal

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

Status Shipped
Workspace Domino Designer
Categories LotusScript
Created by Guest
Created on Jan 18, 2020

HTTPRequest with authenticated proxy support

Notes/Domino 10 already supports proxy connections.
See  AH idea DDXP-I-341 - HTTPRequest in proxy environment for details.

Today most customers have the requirement for authenticated proxy connections.

The Notes client does support proxy connections including authentication for quite a long time. The settings are stored in the location document.

 

The HTTPRequest leverages libcurl, which has authentication support for various proxy types.

 

What I would see like to see is the following:

1. Allow to specify user/password for the HTTPRequest as one option

2. Allow HTTPRequest to use the proxy settings including authentication from the Notes client configuration if possible

3. Have support for different proxy authentication types like NTLM (libcurl does support them).

 

See Lib Curl documentation for details

https://curl.haxx.se/libcurl/c/CURLOPT_PROXYAUTH.html

https://curl.haxx.se/libcurl/c/CURLOPT_HTTPAUTH.html

 

This is about proxy authentication not authentication with the target server, which is another story...

 

[ Daniel Nashed / http://blog.nashcom.de ]

  • Attach files
  • Guest
    Reply
    |
    Nov 6, 2023

    #2 is implemented in 14.0 EA2..can try with the latest 14.0 beta EA3

    1 reply