Forum Discussion

johndegern_4568's avatar
johndegern_4568
Icon for Nimbostratus rankNimbostratus
Oct 19, 2010

Redirect POST on http to https redirect

I saw another post on this topic but there wasn't an answer to it. I am trying to force both "GET and "POST" to HTTPS but so far have not found a way. Of course when I do a redirect it sends a get from the client. How can I maintin the POST and still pass it to HTTPS?

 

 

HELP!?!?!?

 

 

Thanks, John

1 Reply

  • Hi John,

     

     

    Here are two possible methods:

     

     

    Rewrite the response which triggers the POST:

     

    http://devcentral.f5.com/Community/GroupDetails/tabid/1082223/asg/50/afv/topic/aft/1172821/aff/5/showtab/groupforums/Default.aspx1197038

     

     

    Or you can use Nat's trick with Javascript to do this:

     

    http://devcentral.f5.com/Forums/tabid/1082223/asg/50/showtab/groupforums/aff/5/aft/1172096/afv/topic/Default.aspx

     

     

    Aaron