For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

vvskaladhar_488's avatar
vvskaladhar_488
Icon for Nimbostratus rankNimbostratus
Aug 21, 2015

irule

when HTTP_REQUEST { HYPERLINK "http::header"HTTP::header replace X-Forwarded-Proto "https" }

 

when I try to implement irule i am seeing error can someone let me know if there is any modification required in irule ?

 

error i am seeing as below

 

01070151:3: Rule [/Common/test] error: /Common/test:2: error: [undefined procedure: &160][ ] /Common/test:2: error: [parse error: extra characters after close-quote][HTTP::header replace X-Forwarded-Proto "https"] /Common/test:2: error: [undefined procedure: replace][replace X-Forwarded-Proto "https"]

 

2 Replies

  • Not sure exactly what you're trying to do, but "HYPERLINK" is not an iRule command.

    when HTTP_REQUEST {
        HTTP::header replace X-Forwarded-proto "https"
    }