Service Virtualization

  • 1.  RestApi_ImageRecording _404Response

    Posted Sep 12, 2016 06:07 PM

    while recording REST API using post method

    Request :- able to capture

    Response :- 404 not found



  • 2.  Re: RestApi_ImageRecording _404Response

    Broadcom Employee
    Posted Sep 12, 2016 06:13 PM

    What is the URI of the fsc-qa.pncint.net REST API that you are recording? After configuring the recorder, what is the URL you send your request to? I suspect  you are missing part of the URI during your recording



  • 3.  Re: RestApi_ImageRecording _404Response
    Best Answer

    Posted Sep 13, 2016 01:52 PM

    Prem is referring to the image (REST3.jpg) where we see the request operation="POST /" in your raw traffic file.  Since we see POST / and no subsequent URI information it indicates the recorder sent POST / to the endpoint which, in turn, leads us to believe the client sent POST / to the recorder.  This probably resulted in the 404 response.