Forum Discussion

Bill_Kehn_27007's avatar
Bill_Kehn_27007
Icon for Nimbostratus rankNimbostratus
Nov 16, 2017

Clientless iRule to eliminate 302 redirect not working

We have an application that is making a call to a virtual server with an APM policy attached. The policy is simple, its a 401 followed by authentication and then a variable assign to pass on the back end to the server.

 

The application is providing the basic authentication credentials when making the call, however despite the irule we added we are still seeing the 302 redirect come back to the client on the initial call. Looking for some help in figuring out how to eliminate this.

 

This works ok when we use a browser however this does not work well for the application using a SOAP call.

 

 

2 Replies

  • Hmm, I may have answered my own question but I am still testing and trying to understand.

     

    I changed from 1 to 3 here:

     

    HTTP::header insert "clientless-mode" 3

     

    This seems to be working but again I need to test more.