Forum Discussion
arjun_ankathil_
Nimbostratus
Apr 09, 2010Intial HTTP request still goes to HTTPs redirection and later works properly.
Hi All,
Another wierd issue, I have applied below iRule, found that intially when http://test.test.com/testServlets/Payment is attempted it still gets redirected which we need to block...
hoolio
Cirrostratus
Apr 13, 2010Hi Arjun,
Can you try using reject to send a TCP reset instead?
when HTTP_REQUEST {
switch -glob [HTTP::path] {
"/testServlets/Payment*" {
reject
}
"/testServlets/GetImage*" -
"/testServlets/css*" -
"/testServlets/images*" -
"/testServlets/GetHistory*" {
pool Philips_NetTVTest
}
default {
HTTP::respond 301 Location "https://[getfield [HTTP::host] : 1][HTTP::uri]"
}
}
}
Aaron
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
