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

ADD A NEW IDEA

Search results

Showing 20 of 20

More User-Friendly Error Messages for NotesHTTPRequest

I've encountered a number of error codes for NotesHTTPRequest.Post(), all of which have the description "user-defined error". I haven't locked down the cause of one, but they are indeed errors of my own cause. But the lack of a helpful description...
over 6 years ago in Domino Designer / LotusScript 1 Under Consideration

NotesHttpRequest support for self signed certificates

When using the NotesHtppRequest to call a web service running with self signed certificates the client aborts with an SSL Certificate error. When adding the parameter DEBUG_NotesHttpRequest=1 the log file shows the message: "SSL certificate prob...
almost 6 years ago in Domino Designer / LotusScript 5 Assessment

Support for self-signed certificates on Nomad

We have recently developed an LotusScript function that sends a NotesHttpRequest to a REST on our server, which has a self-signed certificate. When running the function we get the expected SSL error about self-signed certificates. In Notes clients...
over 1 year ago in Domino Designer / LotusScript 0 Needs Review

Reading or passing header parameters from a NotesAgent

Question: How can we read the parameter par1 set into the Header? Using a simple call code action (ran on Notes client -> Action): ============================ Dim session As New NotesSession Dim webRequest As NotesHTTPRequest Dim url as St...
almost 5 years ago in Domino Designer / LotusScript 0 Under Consideration

Support acces to Java from Lotusscript in Nomad

Please support accessing Java from Lotusscript in Nomad. i.e. make Use "*javacon" work. This can be used to provide functions which are hard or slow to implement (base64 encoding, MD5 hash), or provide functions which otherwise need Windows (http ...
almost 4 years ago in Nomad 2 No Plans to Implement

Make it possible for Volt to call web services from Volt apps via a proxy server that requires authentication

When calling external web services from a Volt app in an environment that uses a proxy server to access external web sites, it is possible to call external web services via the proxy server by setting the proxy host and port in jvm/lib/net.propert...
over 4 years ago in Leap 1 Needs Review

DOMI Proxy Configuration required

The current DOMI of Zoom and other Online Meeting solutions will not or just hardly be useable in enterprise network situations. Most of all customers use a proxy to secure their infrastructure. Most of the Proxy configuration needs authentication...
over 2 years ago in Notes 1 Under Consideration

Option to relocate ../data/cacert.pem outside Domino data

We added several certificates into cacert.pem when using NotesHTTPrequest call in LotusScript. After a update or upgrade, this file is renewed. Please introduce a notes.ini parameter to relocate this file to ( example ) /local/cacerts/cacert.pem
over 1 year ago in Domino / Security 3 Needs Clarification

Add a method to change the character set.

NotesHTTPRequest responses are sometimes returned in a format other than UTF-8. Please add a method to specify or change the character encoding.
over 4 years ago in Domino Designer / LotusScript 1 Needs Review

Single sign-on for web access with Notes authentication

When creating a hybrid application that uses a Notes client and Web access, single sign-on is required. Currently, there is no way to pass the token with @urlopen or NotesHTTPRequest. I need a way to get the LtpaToken cookie using the Notes cl...
over 4 years ago in Domino / Security 3 Needs Clarification