HTTPS offload rewriting
Problem this snippet solves: This iRule shows how to rewrite an HTTP web application's self references from http:// to https:// to avoid insecure content warnings.
Note if the response content siz...
Published Mar 18, 2015
Version 1.0hooleylist
Cirrostratus
Joined September 08, 2005
hooleylist
Cirrostratus
Joined September 08, 2005
sprashanthac_81
Mar 17, 2016Nimbostratus
There seems to be a natural behaviour to change the post request as get request. The access method is being altered when using http to https rule. Is there a way to have it fixed. don't want to alter the http method and keep it intact
when HTTP_REQUEST {
HTTP::redirect https://[HTTP::host][HTTP::uri]
}
changes the method for POST to GET and breaking our application is there a way to fix it. Seems like this is the usual behavior of F5