Package org.forgerock.http.filter.cors
package org.forgerock.http.filter.cors
Support for CORS.
-
ClassDescriptionThis filters implements the resource processing of the CORS protocol.The CORS policy is responsible to handle both actual and preflight CORS requests and set the appropriate set of response headers based on its own configuration.Builder for
CorsPolicyinstances.ACorsPolicyProviderallows theCorsFilterto lookup its configuration at runtime, also based on contextual information.