apigeelint
Version:
Node module and tool to lint a bundle for an Apigee API Proxy or sharedflow.
12 lines (11 loc) • 510 B
text/xml
<CORS name="AllowMethods-Misformatted" >
<AllowOrigins>https://dinochiesa.github.io</AllowOrigins>
<!-- missing comma in methods -->
<AllowMethods>GET, POST, PUT DELETE</AllowMethods>
<AllowHeaders>origin, x-requested-with, content-type</AllowHeaders>
<ExposeHeaders>via, x-request-id</ExposeHeaders>
<MaxAge>180</MaxAge>
<AllowCredentials>true</AllowCredentials>
<GeneratePreflightResponse>true</GeneratePreflightResponse>
<IgnoreUnresolvedVariables>true</IgnoreUnresolvedVariables>
</CORS>