AlfrescoArchive / activiti-cloud-charts

Helm Charts for Activiti cloud Apps
Apache License 2.0
29 stars 28 forks source link

delete quote in ingress definition #73

Open LeoQuote opened 5 years ago

LeoQuote commented 5 years ago

The quote in header Access-Control-Allow-Methods: "POST, GET, OPTIONS, PUT, PATCH, DELETE" can make it imcompatible with Firefox , delete the quote to fix the bug

If the response header is "POST, GET, OPTIONS, PUT, PATCH, DELETE" literally , Firefox would take "POST as an allowed method instead of the actuall POST.

I've test it on my cloud , when the " is gone , my angular program would work perfectly well.