A developer wrote an Apex class to make several callouts to an external system.
If the URLs used in these callouts will change often, which feature should the developer use to minimize changes needed to the Apex class?
The correct feature to use is C, Named Credentials. Named Credentials are a secure way of storing the endpoint and authentication details for callouts to external services. When URLs change frequently, using Named Credentials allows you to manage the endpoint URL in one place without changing the Apex code.
Named Credentials
Alesia
3 days agoDalene
13 days agoBeatriz
18 days agoHollis
21 days agoLindsay
23 days agoAdaline
2 days agoJina
12 days agoDelisa
27 days ago