PHP and iControl REST
Problem this snippet solves: PHP and iControl REST interfaces
Here are a couple of ways to use PHP and iControlREST (iCR). iCR is lighter-weight than iControl SOAP but is only supported on >= v1...
Updated Jun 06, 2023
Version 2.0PeteWhite
Employee
Joined May 16, 2019
PeteWhite
Dec 13, 2018Employee
Hi tgbauer,
Great to hear that it has use, it helped me out when I needed it.
You make a very good point - in my iCR Python module I added the ability to set PATCH in the modify method by setting PATCH=True. I'll look at doing the same with this, then you can decide for yourself whether to use PUT or PATCH.
Are you able to send me details of the modify that you are trying to do - ie the URL and the data
Pete