Guest User

Untitled

a guest
Sep 14th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. when HTTP_REQUEST_RELEASE {
  2.  
  3. if { [HTTP::header "User-Agent"] contains "Mozilla" } {
  4.  
  5. foreach x [HTTP::header names] {
  6. log local0. "$x: [HTTP::header $x]"
  7. }
  8.  
  9. }
  10. }
Add Comment
Please, Sign In to add comment