Class CorsPreflightService


  • public class CorsPreflightService
    extends Object
    Created by st on 21/03/17.
    • Constructor Detail

      • CorsPreflightService

        public CorsPreflightService​(HttpRequest request)
    • Method Detail

      • preflight

        @Path("{any:.*}")
        @OPTIONS
        public javax.ws.rs.core.Response preflight()
        CORS preflight
        Returns: