Forum Discussion

ragunath154's avatar
ragunath154
Icon for Cirrostratus rankCirrostratus
Sep 10, 2019

Applications accessed via POSTMAN tool not working

hi

i have http application hosted in F5 LTM.

the VS/Application is working if i browser in any browser.

 

if the same VS/applicaiton is accessed via POSTMAN tool its not working ,it give connection timeout or some 5XX errors.

 

anyone faced same issue, any workaround in LTM .

2 Replies

  • Hi,

     

    Can you confirm the following point:

     

    In settings disable proxy using

    Disable ssl check

    disable postman token header

    Add a header in your request with User-Agent :

     

    user-agent

    Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36

     

    You can also active console in order to see what's happening...

     

    keep me in touch.

     

    regards

    • ragunath154's avatar
      ragunath154
      Icon for Cirrostratus rankCirrostratus

      hi Youssef

      Thanks

      it works now after the changes suggested by you

      In settings disable proxy using

      Disable ssl check

      disable postman token header

      Add a header in your request with User-Agent :

       

      user-agent

      Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36