Forum Discussion

falooda_281506's avatar
falooda_281506
Icon for Nimbostratus rankNimbostratus
Jul 26, 2016

HTTP class

Upgrading my LTM and want to know how to incorporate HTTPclass profile on the newer 11.6 ltm? Would this be created using an irule? Or what is the best way to create this on the 11.6 ltm?

 

Below is an example of the ltm http class profile:

 

ltm profile httpclass test_http_class_rewrite_uri defaults-from httpclass paths { regex: (?i/$ /test.html$ regex:(?i)/test$ regex:(?i)/test/test_logon.html$ } url-rewrite /test.html

 

1 Reply

  • To replace functionality, create a LTM Local Traffic policy. You have 3 options to replace REGEX matches: starts-with, contains, ends-with.

     

    If none of the options provided are sufficient for your use-case, use an iRule instead.