Service Virtualization

 View Only
  • 1.  Get 404 while sending API request in DevTest and postman

    Posted May 17, 2024 11:50 AM

    Hi,

    Here is my API call that I am sending through DevTest and Postman:

    GET /api/v1/econsent/consents/{consentId}/signers/{email}/sessions

    https://localhost:10040/api/v1/econsent/consents/FKKXbaP56DlyYH3i8_w2itksJl0=/signers/test@gmail.com/sessions

    I already define consentId and email as parameter in Filter section but I still get 404, but when I am sending request in other env in postman it works fine, any idea?

    what else do I need to config in DevTest SOlution?



  • 2.  RE: Get 404 while sending API request in DevTest and postman

    Broadcom Employee
    Posted May 17, 2024 01:31 PM

    Make sure the REST URI rule in VSM-->HTTPS-->Filters-->Data Protocol--->REST DPH and the VSI-->Transaction-->Operation field has the same information. If not, please make the changes and retest the issue.