Open nadiyamunirah opened 3 years ago
Hi,
I have included the token in my cURL header, yet it does not work. I am still not able to get past the login page.
Hello @nadiyamunirah
The login page isn't used for API requests.
Assuming you have created an API called "my_app" under the Administration->API menu.
The API URL is https://<your site>/api/my_app/subnets/
NOT https://<yoursite>/index.php?page=subnets§ion=1&subnetId=26//api/my_app/subnets/
Hi is there a way to get the API file directories without the admin account? I simply want to extract information.
I am trying to send a GET request via Postman to obtain a list of subnets from phpIPAM. However, it does not allow me to get past the login page. I am using my API Key to get authorization.
Response:
does the "X-XSS-Protection: 1; mode=block" prevent me from getting my request through past the login page?