You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With basic $RESOURCE routes configured, and no changes to the framework.resourceRouteTemplates setting, and framework.preflightOptions = true, calls to the OPTIONS verb only return the Access-Control-Allow-Methods header with this value: OPTIONS,POST,GET.
With basic
$RESOURCE
routes configured, and no changes to theframework.resourceRouteTemplates
setting, andframework.preflightOptions = true
, calls to the OPTIONS verb only return theAccess-Control-Allow-Methods
header with this value:OPTIONS,POST,GET
.Sample code can be found in this gist: https://gist.github.com/cfvonner/1f9dfd96d43a33a178b03f98c9666fb2
The text was updated successfully, but these errors were encountered: