ernst-at-tv2

Results 3 comments of ernst-at-tv2

One use-case that I have is that if a certain `HTTP::uri` is given we want to rewrite the uri to another value

@landro hope that this can help elaborate on why it would be a useful feature 🙂 irule.tcl ``` rule simple { when HTTP_REQUEST { if {[class match [getfield [HTTP::host] ":"...

figured out that I can actually test this if I do `HTTP::uri "/video"` in the test.tcl file, i.e. if I remove the `on` and `return` I'm a bit puzzled as...