
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2024 06:35 AM
I have followed the ServiceNow docs to setup the REST API access policy with IP filter criteria.
I am always getting the following response in postman:
Configuration details as follows:
REST API access policy:
Standard Authentication Profile:
Authentication policy:
IP filter criteria:
Kindly request to help where I am going wrong. @Randheer Singh
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2024 07:17 AM - edited 07-08-2024 07:20 AM
IP address range 192.168.0.0 – 192.168.255.255 is one of the three private IP address ranges. You cannot be accessing a cloud-hosted ServiceNow instance from an address within that range. You need to find out what your public IP address is and make sure it is within the range that you use in the IP filter.
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2024 07:17 AM - edited 07-08-2024 07:20 AM
IP address range 192.168.0.0 – 192.168.255.255 is one of the three private IP address ranges. You cannot be accessing a cloud-hosted ServiceNow instance from an address within that range. You need to find out what your public IP address is and make sure it is within the range that you use in the IP filter.
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2024 10:52 PM
Hi @Slava Savitsky ,
I have configured the ip filter with my public IP range. It started working fine. Thanks a lot.
Best Regards,
Appurvan K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2024 07:24 AM
Questions: Is it the same instance table you are trying to access?
2)does the user have permissions?
3)Did you check the password?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2024 08:12 AM
Hi @Appurvan_K
You have added OAuth to your authentication profile. Are you using OAuth to test the IP criteria?
If you are using basic authentication for testing, please ensure it has been added to authentication profiles.
Thanks,
Randheer