Forum Discussion

Re: irule errors when upgrading from 11.5.3 to 13.1.1.4

It looks like support was removed for the '/$' syntax. The HTTP::respond command should follow the syntax listed on this page. I was able to save the iRule with no errors if I just made your command all on one line like this:

 HTTP::respond 301 noserver X-RE-Ref "0 301" Location "https://host.domain.com/uri2" Expires "Tue, 31 Dec 2030 12:00:00 GMT" Cache-Control "max-age=1924983804" Connection "close"
No RepliesBe the first to reply