I'm facing the below issue : The program defines an overly permissive Cross-Origin Resource Sharing (CORS) policy.
This is fixed using ESAPI.httpUtilities().setHeader(response, param, value); ref : Improper Neutralization of CRLF Sequences in HTTP Headers
I'm searching for an alternate solution to handle this. Please help out with the possible solutions.