Icon CheckMethod Method

function CheckMethod(AllowedMethods:
      TEWBWebServerRequestMethods): Boolean

Use this method to check to see if the web server request's HTTP method is in the specified set of HTTP methods. If the HTTP method is not in the specified set, then a "Method not allowed" 405 HTTP error status is immediately sent as the response to the web server request.
Image