Forum Discussion

3 Replies

  • when HTTP_REQUEST {
      if {[HTTP::uri] eq "/myspecificuri"} { HTTP::respond 410 content "410 Gone" Connection Close }
    }
    
    • Kevin_Davies_40's avatar
      Kevin_Davies_40
      Icon for Nacreous rankNacreous
      If any of the above posts have provided a solution to your issue, please indicate so by clicking the tick to the left of them. This gives feedback and recognition to the volunteers who responded to your issue.