thdxr
08/20/2021, 5:20 PM$default
can screw up cors since it looks like it's routing options requests to it (which in my case fail because it requires auth)thdxr
08/20/2021, 5:24 PMGET $default
Frank
$default
doesn’t support http method, it’s a built-in catch all routeFrank
GET /{proxy+}
thdxr
08/20/2021, 6:01 PM$default: "handler"
it applied my authorizer to OPTIONS cors requeststhdxr
08/20/2021, 6:01 PMthdxr
08/20/2021, 6:02 PMGET /{proxy}+
probably worksFrank