Forum Discussion

Muntazir_Lala_2's avatar
Muntazir_Lala_2
Icon for Altostratus rankAltostratus
Jan 02, 2019
Solved

WildCard Redirection of url

hi,   i want to create an irule with following request can anyone help.   I need to publish a url abc-reporting.domain.com   User is requesting the if anyone type anything before abc-report...
  • Muntazir_Lala_2's avatar
    Jan 02, 2019

    Solution to my question

     

    when HTTP_REQUEST {

     

    Check if requested host doesn't EQUAL abc-reporting.domain.com

    if { not ([ string tolower [HTTP::host]] contains "abc-reporting.domain.com") } { Redirect to below URL HTTP::redirect "; } }

     

    Thanks for your support and suggestion.