Forum Discussion

senthil's avatar
senthil
Icon for Nimbostratus rankNimbostratus
Mar 27, 2020

SOAP /POST request to F5 APM with authentication is failing

Hi

 

I have configured simple URL with AD authentication ( BASIC AUTH) in F5 APM - It works from browser but when VIP is being called with POST method from POSTMAN tool getting following error - Clicking Send button again from Postman works and getting response .

 

can you please help - Only first attempt is failing from POST method subsequent attempts are working OK.

 

<html>

  <head></head>

  <body onload="document.forms[0].submit()">

    <noscript>

      <p>

        <strong>Note:</strong> Your browser does not support JavaScript, Press Continue to proceed...

      </p>

    </noscript>

    <form method="POST" action="/xxxx">

      <input type="hidden" name="dummy" value="xxxx"/>

      <noscript>

        <div>

          <input type="submit" value="Continue"/>

        </div>

      </noscript>

    </form>

  </body>

</html>

 

 

Thanks

Senthil

No RepliesBe the first to reply