Java org.springframework.web.cors CorsUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.cors CorsUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.cors CorsUtils.

The text is from its open source code.

Method

booleanisCorsRequest(HttpServletRequest request)
Returns true if the request is a valid CORS one by checking Origin header presence and ensuring that origins are different.
booleanisPreFlightRequest(HttpServletRequest request)
Returns true if the request is a valid CORS pre-flight one.