Issue with session APIs using public properties beginning with the same prefix
Identity
•
ID: 885011
Backlog
Published on8/21/2023
•
Last updated on8/21/2023
1 min read
Summary
The session API is generating some inconsistencies. The engineering team has identified the bug, the bug is related with properties beginning with the same word.
Simulation
If you make a POST sending 2 public values with the same prefix, the API only receives one. If you try again, making the same POST sending the same 2 values, the API receives both.
Workaround
n/a