Created
October 23, 2017 16:38
-
-
Save imesh/922431423146a3cdc54e68d7d7c959f3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<handlers> | |
<handler class="org.wso2.carbon.apimgt.gateway.handlers.common.APIMgtLatencyStatsHandler"/> | |
<handler class="org.wso2.carbon.apimgt.gateway.handlers.security.CORSRequestHandler"> | |
<property name="apiImplementationType" value="ENDPOINT"/> | |
</handler> | |
<handler class="org.wso2.carbon.apimgt.gateway.handlers.security.APIAuthenticationHandler"/> | |
<handler class="org.wso2.carbon.apimgt.gateway.handlers.throttling.ThrottleHandler"/> | |
<handler class="org.wso2.carbon.apimgt.gateway.handlers.analytics.APIMgtUsageHandler"/> | |
<handler class="org.wso2.carbon.apimgt.gateway.handlers.analytics.APIMgtGoogleAnalyticsTrackingHandler"> | |
<property name="configKey" value="gov:/apimgt/statistics/ga-config.xml"/> | |
</handler> | |
<handler class="org.wso2.carbon.apimgt.gateway.handlers.ext.APIManagerExtensionHandler"/> | |
</handlers> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment