Forum Discussion

Tony_Hobson_189's avatar
Tony_Hobson_189
Icon for Nimbostratus rankNimbostratus
Mar 21, 2017
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
    Mar 22, 2017

    '://' was matching on both.

    Try this:

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