Closed ramongtx closed 2 years ago
Adds support for rack-cors gem, so that Preflight requests don't get labeled as controller="other" and action="other" and instead get controller="preflight" and action="/my/path".
controller="other"
action="other"
controller="preflight"
action="/my/path"
Adds support for rack-cors gem, so that Preflight requests don't get labeled as
controller="other"
andaction="other"
and instead getcontroller="preflight"
andaction="/my/path"
.