apigeelint
Version:
Node module and tool to lint a bundle for an Apigee API Proxy or sharedflow.
11 lines (10 loc) • 421 B
text/xml
<CORS name="CORS" enabled="true">
<AllowOrigins>*</AllowOrigins>
<AllowMethods>GET, POST, DELETE</AllowMethods>
<AllowHeaders>origin, x-requested-with, content-type</AllowHeaders>
<ExposeHeaders>*</ExposeHeaders>
<MaxAge>180</MaxAge>
<AllowCredentials>false</AllowCredentials>
<GeneratePreflightResponse>true</GeneratePreflightResponse>
<IgnoreUnresolvedVariables>true</IgnoreUnresolvedVariables>
</CORS>