Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2023 04:36 AM
I have already implemented the API Access policy, but it seems that the IP range filter is not working.
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2023 07:46 AM
Hi
a last option is to narrow down the processing to the request's source IP in your script and then decide accordingly:
var sourceIp = request.headers["x-forwarded-for"];
Maik
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2023 07:46 AM
Hi
a last option is to narrow down the processing to the request's source IP in your script and then decide accordingly:
var sourceIp = request.headers["x-forwarded-for"];
Maik