Package waffle.util
Class CorsPreflightCheck
- java.lang.Object
-
- waffle.util.CorsPreflightCheck
-
public class CorsPreflightCheck extends Object
The Class CorsPreflightCheck.
-
-
Constructor Summary
Constructors Constructor Description CorsPreflightCheck()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisPreflight(javax.servlet.http.HttpServletRequest request)Checks if is preflight.
-