Forum Discussion
JuhaK
Nimbostratus
Aug 06, 2015http profile
Hi
Customer asked me to create http profile where F5 sends some characters to loadbalanced servers.
Server application then cheks those characters and makes own things then.
Never created h...
Vsevolod_Petrov
Cirrostratus
Aug 06, 2015Hi Juha,
Ask your customer to provide more detailed requirements))
In fact it could be easily done with the following iRule:when HTTP_REQUEST {
HTTP::header insert "∖$WSIS" "true"
HTTP::header insert "∖$WSPR" "HTTP/1.1"
HTTP::header insert "∖$WSSP" "443"
HTTP::header insert "∖$WSRA" [getfield [IP::client_addr] % 1]
HTTP::header insert "∖$WSRH" [getfield [IP::client_addr] % 1]
HTTP::header insert "∖$WSSC" "https"
}
This is an example of how to make f5 to work with IBM Websphere seamlessly.
So, this requires you to enable http profile with default setting on VS.Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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