Hi All,
I am using Fiddler4.4.9.4.I am accessing a java application and can see http logs in fiddler. On hitting the application url in the browser(IE), I can see 404 error in fiddler for the following url:
/webroot/servlet/
Is there a way I can restrict this url from getting logged in fiddler using web.xml or some other setting.
In general, is there a way to restrict 404 error in fiddler using java code?
The application runs fine and there is no issue with this error in fiddler.Still,I need to remove this 404 error from fidder.Its a business requirement.
I tried googling aboult but did not find any thing suitable.
Any help is highly appreciated.Thanks in advance.