Layer7 API Management

  • 1.  Debug

    Posted Feb 15, 2019 06:21 AM

    Hi All, 

     

    When UI component sends the request to CA proxy, the first call is a pre-flight/an OPTIONS call and then next call is POST/GET.

    I need to debug the proxy during POST/GET call, however, I observed that only the first call i.e.g with OPTIONS mehtod gets displayed in the debug mode. 

    So is there any way to debug with the POST/GET call ?



  • 2.  Re: Debug
    Best Answer

    Broadcom Employee
    Posted Feb 15, 2019 10:39 AM

    Hi, 

     

    I am afraid there is no option in the service debugger to ignore the preflight request , it will attach to the first 

    requests send to the policy . 

     

    There are some other questions around this in the community and a idea was raised for it 

    Ability to bypass or ignore calls in Service Debugger  

     

    You may can add some additional auditing to debug this as alternative  . 

     

    Debug a Policy - CA API Gateway - 9.4 - CA Technologies Documentation 

     

    Regards Dirk 



  • 3.  Re: Debug

    Posted Feb 15, 2019 01:35 PM

    Thanks Dirk.

     

    Regards,

    Pramod Talekar