Once in a loop we are generating this kind of correlators (due to new corr mangement at CB).
correlator":"b12cbfc2-e09f-11eb-9d80-0242ac110013; cbnotif=1; node=qVEyXINDl; perseocep=85962; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1;
|
correlator = req.headers[constants.CORRELATOR_HEADER], |
At PERSEO-FE we are using correlator to make loop detections:
correlator = req.headers[constants.CORRELATOR_HEADER]
Now it's not valid. We should remove "cbnotif=" atoms anddo the match just with "static part" os the correlator:
¿b12cbfc2-e09f-11eb-9d80-0242ac110013?
¿b12cbfc2-e09f-11eb-9d80-0242ac110013; node=qVEyXINDl; perseocep=85962?
Once in a loop we are generating this kind of correlators (due to new corr mangement at CB).
correlator":"b12cbfc2-e09f-11eb-9d80-0242ac110013; cbnotif=1; node=qVEyXINDl; perseocep=85962; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1; cbnotif=1;
perseo-fe/lib/routes/actionsController.js
Line 41 in 1f3c70c
At PERSEO-FE we are using correlator to make loop detections:
correlator = req.headers[constants.CORRELATOR_HEADER]
Now it's not valid. We should remove "cbnotif=" atoms anddo the match just with "static part" os the correlator:
¿b12cbfc2-e09f-11eb-9d80-0242ac110013?
¿b12cbfc2-e09f-11eb-9d80-0242ac110013; node=qVEyXINDl; perseocep=85962?