Base solution for your next web application
Open Closed

CORS Policy Error #7298


User avatar
0
mmorales created

Working on ASPNet Core and Angular version 6.8 and getting CORS policy error. See error message below, any help with this request would be greatly appreciated.

Access to XMLHttpRequest at 'https://lvnfapi01.digi360.us/AbpUserConfiguration/GetAll?d=1562966988907' from origin 'https://digi360.us' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: The 'Access-Control-Allow-Origin' header contains multiple values 'https://digi360.us, *', but only one is allowed.


1 Answer(s)
  • User Avatar
    0
    mmorales created

    My WAF was creating the CORS policy issue. Disabled CORS on WAF server.