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 Needs Review
Workspace Leap
Created by Guest
Created on Aug 4, 2025

Multiple submissions with a different UUID by replaying the request from the browser

It is possible to capture the latest post in the browser and replay with a different UUID. Then you end up with two submits/records.

This not a desired behavior, as it bypasses logic in the form. We would like to have the uuid's generated only by the backend as a possible solution.


It is possible to submit a form, more than 1 time, with a different UUID. The UUID can be generated by the submitting program (e.g. you can just made it up yourself).

To reproduce:

  1. Use a tool like the Burp suite to record the request.

  2. Fill in a form all the way until the submission complete screen

    1. this is a DTO specific flow. Reproducing it can be done by just submitting a form.

  3. Search for the following POST, GET, POST requests:

    1. 8638 https://domainname.com POST /gzi-adapter-leap/submission

    2. 8637 https://domainname.com GET /forms/secure/org/status/xxxxxxxxxxxxx

    3. 8635 https://domainname.com POST /forms/secure/org/data/xxxxxxxxxxxxxxx

Be aware though: the first POST to /gzi-adapter-leap/submission is a DTO specific flow implementation. This generates the PDF, which is mentioned next.

The other calls are LEAP specific.

4. Repeat the POST with ID 8635 (/forms/secure/org/data/...), overwrite the UUID in the repeated POST and press SEND.

5. Repeat the second GET request with ID 8637 with the new UUID.

6. A new form has been submitted with identical data.



Refer to the case for the uploaded screenshots (PDF).

  • Attach files