Hi, I've my application in Net 6 running Kester and I've a API that call a service reference of an external Web Service.
I dont find any solution with fiddler classic or anywhere to intercept request and response of that web service
I've tryed to add proxy like this
netsh winhttp set proxy 127.0.0.1:8888
But I wasnt lucky...
Any idea to solve the problem?
Thanks