Forum Discussion
emendezs007
Nimbostratus
Feb 12, 2020Script Backup-Automatic and Scheduled
Hi team. I have created a script where I do automatic backups and the send this backup to a server FTP, so when I saw that it works manually the next step was to configure a cron utility, the goa...
Dario_19875
Nimbostratus
May 20, 2010Hi,
I've found an iRule that could work, but at the moment it isn't working 100%:
when CLIENT_ACCEPTED {
if { [active_members POOL_NAME] < 1 } {
TCP::respond "HTTP/1.1 302 Redirect\r\nLocation: http://URL/\r\nConnection: Close\r\n\r\n"
}
}
The weird thing is, when testing using Chrome as internet browser, my request is redirected and everything is working fine.
When doing the same thing with IE or Firefox, an error occurs.
IE just gives me the page that a connection error has occured, Firefox gives me a Connection Interrupted: The document contains no data.
When changing the 302 to 301, again Chrome works fine, IE also works fine but still Firefox gives me the same error.
When sniffing, I see the same HTTP redirect being send, so I assume it is browser related.
Anyone had this problem before or can explain where it goes wrong?
Anyone can point me in the correct direction?
Can I adopt my iRule to get this to work?
Thanks in advance!
Dario
- Brian_Van_StoneJul 17, 2012
Nimbostratus
It may be that the version of the browsers you are testing with are out of date. This can have two consequences...
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