You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on my fresh, new installation, I now always get Undefined variable $response_headers when using the api (php client)
the API does return data, so a bug in getting the response header itself?
My installation:
PHP 8.3.15
phpipam 1.7.3
# php example.php
PHP Warning: Undefined variable $response_headers in /var/www/html/ipam/functions/scripts/example.php on line 35
Array
(
[code] => 200
[success] => 1
[data] => 10.0.2.2
[time] => 0.013
)
The text was updated successfully, but these errors were encountered:
Hi,
on my fresh, new installation, I now always get Undefined variable $response_headers when using the api (php client)
the API does return data, so a bug in getting the response header itself?
My installation:
The text was updated successfully, but these errors were encountered: