I reviewed my code through secure assist it it showing untrusted data being used without validation for this line
response.setContenttype(request.setContenttype());
and tried to validate the request.getContenttype() by doing null and empty check even then am getting the same error.
please help me to resolve this issues. Thanks in advance.