1.5.3phpipam version ? (I have wrote the code 2years ago, the api is pretty simple, but maybe something have change.. I don't have retested it yet)
Latest phpIPAM release 1.6.0
Installed phpIPAM release 1.6.0
Database schema version 1.6 dbversion 39
PHP version 8.1.2-1ubuntu2.14
MySQL version 8.0.35-0ubuntu0.22.04.1
MySQL CTE queries Yes
This is strange, if token wasn't correct you should have a "401 Unauthorized (500)" error.Mine is set to SSL with App code token and the token has read, write and admin permissions > https://prnt.sc/N47MI_SXF7ZY
I've reset my token now because I've leaked my own key over these two images.
{
"code": 401,
"success": false,
"message": "Unauthorized",
"time": 0.002
}
maybe you don't have defined virtualhost in your webservice with the domain name ?OK. When I use the IP of the IPAM server it works so its DNS related probably. Thanks, @spirit