Skip to Content

Tag: http

  • Posted on

    Deny HTTP request methods in Nginx

    In certain situations you might need to restrict access to your web application based on the request method. Maybe because the method isn’t implemented, or you need to deny certain actions as part of your security policy.