Hi @leo del ciello,
is it possible to configure a <system.serviceModel><client><endpoint ..> ..... entry for a call to a Web Api ?
As far as I know this should be impossible.
Maybe you could try using <appSettings>.
<appSettings> element for <configuration>
How to: Read application settings
The <appSettings> element stores custom application configuration information, such as database connection strings, file paths, XML Web service URLs, or any other custom configuration information for an application. The key/value pairs specified in the <appSettings> element are accessed in code using the ConfigurationSettings class.
Best regards,
Lan Huang
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread