IP range whitelisting

Hi,

I’m attempting to register our Salesforce application to the Companies House API but on the IP ranges its says up to 5 IP ranges.

However when contacting Salesforce they recommended using 10 IP ranges to whitelist - is it possible to increase the number of whitelisted IP ranges or is 5 the limit for all?

The IP address whitelisting is generally for Javascript clients only, where the API key will be visible to the client and therefore not “secret”. Thus, it doesn’t make sense to use this for server-side API access.

If you’re calling the API from the server and not client-side javascript, then your API key remains private and you don’t need to employ whitelisting.

Have you implemented client or server-side calls to our API?

Ah, it’s server side. I was just following the getting started steps and it seemed like it was a requirement. Thank you for clarifying that for me.