Whitelisting IPs in ICIMS Portal



We are making REST calls from our system which internally is using micro-service architecture.
For each call, the request is raised from a different container which will have a different IP address and this process is random. Instead of adding IP addresses one by one can we provide a range of IP addresses (ie., by specifying some subnet mask) or domain address. If yes in which format will it be expecting it.

Submitted by iCIMSUNIFIL on March 22, 2019 Permalink

yes you can whitelist IP ranges. The format is xxx.xxx.xxx.xxx/yy separated by commas

Submitted by iCIMSUNIFIL on September 22, 2020 Permalink

i still get ,
{
"errors": [
{
"errorMessage": "You may not access this service, your IP address ***.***.***.*** is not allowed.",
"errorCode": 26
}
]
}

i have added ***.***.***.*** to edit preference in admin portal

(edited) Last Updated: December 13, 2024, 3:07 PM