Net 6 - Kestrel - API and call external WS

1 Answer 161 Views
Fiddler Classic Windows
Matteo
Top achievements
Rank 1
Matteo asked on 21 Sep 2023, 03:30 PM

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

1 Answer, 1 is accepted

Sort by
0
Nick Iliev
Telerik team
answered on 24 Sep 2023, 01:25 PM

Hello Matteo,

 

You can configure your .NET application to use the Fiddler proxy by following this documentation article:

https://docs.telerik.com/fiddler/configure-fiddler/tasks/configuredotnetapp 

Additionally, you can also try to explicitly set the proxy for the library that calls the service (if the library provides options for settings custom proxy configuration).

 

Regards,
Nick Iliev
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Fiddler Classic Windows
Asked by
Matteo
Top achievements
Rank 1
Answers by
Nick Iliev
Telerik team
Share this question
or