0

While validating a call using Postman and WireShark I can see a success response with status code 200 but when I try using Rest Assured I am getting a 404 error code

Below is the error

enter image description here

Wilfred Clement
  • 2,674
  • 2
  • 14
  • 29
  • 1
    Do not include images, Please post the details in the question elaborately. Incidentally, 404 is not found, check if the request ( primarily the URI ) is according to specification – Wilfred Clement Jul 14 '20 at 18:33
  • I have attached the image, the request as expected for some parameters Ex: for param a & b its working ,but for c i am seeing the error 404. i am able to access to URi in Postman and if i print the response it is 200 . Please refer image. – Ranjan Ram Jul 15 '20 at 07:00
  • Post console logs from `Postman`, Add a `.log().all()` after `given()` ,`then()` and paste the `Rest Assured` code and the console output. Without these it will be hard to help – Wilfred Clement Jul 15 '20 at 07:34

0 Answers0