Forum Discussion
tarakilroy
Dec 15, 2014Nimbostratus
stream irule trouble
I am trying to rewrite a soap wsdl going back to the client and I cant get it working. I have the plain stream profile on the virtual server and a response re-chunk http profile. I am running 11.5....
Michael_Jenkins
Dec 16, 2014Cirrostratus
When you use the {} like you are in the expression, the variables won't expand. So you're better off trying something like this:
when HTTP_RESPONSE {
log local0. "TARA2"
set before ""
set after "https://services.dev.myjonline.com/InvAcct/CashPosition/10"
log local0. "$before"
log local0. "$after"
STREAM::expression "@$before@$after@"
STREAM::enable
}
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects