Damian Falana
Results
2
issues of
Damian Falana
This PR resolves inaccuracies in Basic authorization credentials extraction when passwords contain colons. Currently, credentials are split at every colon, resulting in inaccurate password extraction. For example, "username:pass:word" yields "pass"...
This PR introduces modifications to the `Start Transaction API` by eliminating the requirement for the `remoteStartId` in the payload. Instead, the remoteStartId will now be generated server-side now.