Implement a Cross Site Scripting Filter
Hi,
I am currently using PEGA 7.3 environment. One of the APIs I am currently integrating to, is returning an error like this :
WARN n.i.r.p.r.f.DoubleSubmitCSRFFilter CSRF security arbiter: not proceeding, returning HttpStatus 'Forbidden'
The API team in question is asking me to implement a cross site scripting filter so that this barrier can be overtaken. Can you give me any suggestions on what are the possible approaches to do this ?
I am using a JSON-based API with POST method for integration purposes.
***Edited by Moderator: Lochan to update platform capability tags***