Skip to content

NEO-90890 Fix - Add enableRequestId option to connection parameters #126

Open
aayushagarwal28 wants to merge 1 commit intoadobe:masterfrom
aayushagarwal28:NEO-90890-add-requestid-header-fix
Open

NEO-90890 Fix - Add enableRequestId option to connection parameters #126
aayushagarwal28 wants to merge 1 commit intoadobe:masterfrom
aayushagarwal28:NEO-90890-add-requestid-header-fix

Conversation

@aayushagarwal28
Copy link
Contributor

@aayushagarwal28 aayushagarwal28 commented Oct 6, 2025

Addition of x-request-id to SOAP requests based on enableRequestId option

Jira - NEO-90890

Description

Addition of x-request-id to SOAP requests is now being done based on the flag - enableRequestId added to options object of connection Parameters.

If the flag is not sent , or is passed as false during initialisation , then SOAP requests don't include x-request-id header.
If the flag is set as true during acc-js-sdk client initialisation, SOAP requests will include x-request-id header.

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant