REST SERVICES - 404 - file not found for file: favicon.ico

0
Dear Experts,  I had developed application which receives data from other backend appication using REST services . I was able to GET and visualize the data . All of sudden, my connection to the third party api is gone, I’m getting error now like  404 - file not found for file: favicon.ico  Do you have any suggestions and fix for this ?  I cleared all browser cache memory,
asked
2 answers
0

First of all, check if the published service that you are calling is still up and running. Usually, you can do so by using SoapUI, curl, or Postman.

If that is still up and running, double-check your calls. Is the endpoint still correct, is the service name unchanged, do you have two ‘//’ somewhere, where you should only have one?

answered
0

This is the only error message , I’m getting at the moment

answered