systopia / CiviProxy

A security proxy for CiviCRM
GNU Affero General Public License v3.0
7 stars 18 forks source link

Add IP permission level for the REST API requests #12

Closed ErikHommel closed 7 years ago

ErikHommel commented 7 years ago

I would like to be able to restrict whitelisted API calls to specific IP addresses only, so I can limit for example the Contribution Get API only if it is coming from my website and not from any other applications, even though they could have other whitelisted API calls.

ErikHommel commented 7 years ago

Issue is now resolved, and the documentation will be updated with this too. We still have one issue though: if we want to whitelist API calls for specific IP's we need a large list which is no fun. Will be captured in a new issue (#15), no quick solution we can spot at this moment.