Forum Discussion
Kevin_Davies_40
Aug 15, 2011Nacreous
STREAM *head scratching*
Hello, I have a VS setup on port 443 applied to external VLAN using builtin SSL profile on clientside only, http profile (rechunk, x-forwarded), empty stream profile, SNAT pool; points to a ...
Kevin_Davies_40
Aug 15, 2011Nacreous
when HTTP_REQUEST {
STREAM::disable
HTTP::header remove "Accept-Encoding"
}
Turns out this bit of iRule above is necessary to make all this work. However the stream profile @http://@https://@ does not. It had to be modified to @http@https@
The following expressions have different results... host = hello
STREAM::expression @http://@https://@ does not work
STREAM::expression @http://hello@https://hello@ does not work
STREAM::expression @http://\@https://\@ does work
STREAM::expression @http://$host@https://$host@ does work
STREAM::expression @http@https@ does work
Can anyone explain to me why certain things work and others do not. I would like to understand the parsing that is going on here.
Regards
Kevin (Jarvil)
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