Last Modified: Nov 22, 2021
Affected Product:
See more info
BIG-IP FPS
Opened: Apr 21, 2019
Severity: 3-Major
FPS requires a mapping between the input field and it's json path target
FPS can't handle this parameter because there are 2 json paths mapping options and only one option can be configured.
A single form field is mapped to multiple JSON paths. for example, page contains an input field for parameter 'pswd' if pswd is numeric, application send it as: { "cred" : { "token": 1234} } if pswd is alphanumeric, application sends is as: { "cred" : { "pswd" : "abc123"}}
N/A
None