Hello, I would like to know if it's possible to pass more than a single domain to the following API request.
/.../admin/api.php?list=LIST&add=URL&auth=TOKEN
Thank you.
Hello, I would like to know if it's possible to pass more than a single domain to the following API request.
/.../admin/api.php?list=LIST&add=URL&auth=TOKEN
Thank you.
This is not possible. On our web interface, we allow addition of multiple space-separated domains but split them at the space and iterate over the array.
That was exactly what I was thinking about, just after making the question. Just wanted to be sure.
Thank you!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.