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 Under Consideration
Workspace Domino
Created by Guest
Created on Oct 29, 2018

Domino should support incoming HTTP Posts

Currently incoming HTTP posts (application/x-www-form-urlencoded) result in a "mess" of data when you send them to a Lotus Script web agent on a Domino server for the post to be processed.

This is even more problematic when the post also contains uploaded files (file upload control fields within the submitted form).

 

Obviously I see two alternative solutions for this:

a.) Domino should interpret the incoming data resulting in a notes context document with notes document fields for all HTTP form fields and document attachments for all uploaded files. The file upload fields should contain references to the document attachments (e.g. the filenames).

b.) Domino should have a native Lotus Script class for having incoming HTTP posts to be interpreted, so all data could be easily accessed.

 

Mark Reiser, sirius-net GmbH

  • Attach files
  • Guest
    Reply
    |
    Jun 29, 2022

    There should not be such creepy workaround like Request_Content_xxx fields.

    It should rather be supported by Domino in a regular, clean and clear way.

  • Guest
    Reply
    |
    Apr 8, 2019

    At present the max post size is significantly larger than 64k.

    In the past it was restricted to one single field, Request_Content, and if that one field was exceeded, you got nothing.

    In order to access the larger posts, you need to use the Request_Content_xxx fields, from 0 to 999.

    We do that, then use a UseLSX wrapper around the JVM to do the urldecoding, since the domino formula execute method also has length limitations.

  • Guest
    Reply
    |
    Mar 29, 2019

    Also extending the max post size to not be limited by 64K as it is today.