Forum Discussion
Ron_Daugherty_7
Nimbostratus
Jul 25, 2009BIGpipe parsing error during sync
Hi,
We've recently tried to add a global standard redirect on a 6400 running 9.4.6 401.0 as follows:
when HTTP_REQUEST {
HTTP::redirect https://[HTTP::host][HTTP::uri]
} ...
hoolio
Cirrostratus
Jul 27, 2009In 9.4.7, CR85806 was fixed. A search for 012e0021 and rule returns:
SOL7988: The iRule parser may fail to correctly parse and load an iRule from the command line
https://support.f5.com/kb/en-us/solutions/public/7000/900/sol7988.html
The solution title isn't as accurate as it could be, but the issue is that the // in https:// wasn't wrapped in quotes. The simple fix is to use HTTP::redirect "https://[HTTP::host][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