Forum Discussion

Tony_Hobson_189's avatar
Tony_Hobson_189
Icon for Nimbostratus rankNimbostratus
9 years ago
Solved

STREAM::expression Not Replacing Multiple Expresions

Hello - Hope you can help me. I'm using STREAM in an iRule to replace internal server names with external ones using vars and also to change http to https. It works if I using either one of the ele...
  • kunjan_118660's avatar
    9 years ago

    '://' was matching on both.

    Try this:

    STREAM::expression "@${sINTERNAL_URL}@${sEXTERNAL_URL}@ @http://@https://@"