You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2019-05-17 16:07:44

ykatir22
Member
Registered: 2019-05-17
Posts: 9

REST API : 401 - Unauthorized

Bonjour j'essai de faire des appel à l'API rest de GLPI mais je trouve ce problème d'authentification même avec un super admin

PS : Mon logiciel est hebergé sur S2I


Appel CURL sur CMD :


curl --insecure -X GET -H "Content-Type: application/json" -H "Authorization: user_token ******" -H "App-Token: *******" "apirest.php/initSession"

Résultat :
<!DOCTYPE html PUBLIC >
<html xmlns="">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<title>401 - Unauthorized: Access is denied due to invalid credentials.</title>
<style type="text/css">
<!--
body{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}
fieldset{padding:0 15px 10px 15px;}
h1{font-size:2.4em;margin:0;color:#FFF;}
h2{font-size:1.7em;margin:0;color:#CC0000;}
h3{font-size:1.2em;margin:10px 0 0 0;color:#000000;}
#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;
background-color:#555555;}
#content{margin:0 0 0 2%;position:relative;}
.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}
-->
</style>
</head>
<body>
<div id="header"><h1>Server Error</h1></div>
<div id="content">
<div class="content-container"><fieldset>
  <h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>
  <h3>You do not have permission to view this directory or page using the credentials that you supplied.</h3>
</fieldset></div>
</div>
</body>
</html>

Offline

#2 2019-05-17 16:41:49

LaDenrée
HELPER
Registered: 2012-11-19
Posts: 6,145

Re: REST API : 401 - Unauthorized

votre url semble incomplète :

elle devrait plutôt être du type

www.monsite/glpi/apirest.php/initSession
ou
localhost/glpi//apirest.php/initSession


Trouver la panne avant de réparer...
GLPI10.0.10 (ubuntu 22.04 PHP8.1  Mariadb10.6 ) plugins : comportements 2.7.2 reports 1.16.0 formcreator 2.13.8, datainjection 2.13.4 fields 1.21.6

Offline

#3 2019-05-17 16:53:36

ykatir22
Member
Registered: 2019-05-17
Posts: 9

Re: REST API : 401 - Unauthorized

Oui c'est complet j'ai juste caché le ROOT de mon lien

Offline

#4 2019-05-17 17:08:06

LaDenrée
HELPER
Registered: 2012-11-19
Posts: 6,145

Re: REST API : 401 - Unauthorized

quelle version de GLPI ?
vous avez un glpi en anglais ?


le résultat affiché ne semble pas être une réponse de GLPI  glpi renvoie juste un tableau
par exemple si je mets un mauvais user_token la réponse est

Array ( [0] => ERROR_GLPI_LOGIN_USER_TOKEN [1] => le paramètre user_token semble incorrect )


Trouver la panne avant de réparer...
GLPI10.0.10 (ubuntu 22.04 PHP8.1  Mariadb10.6 ) plugins : comportements 2.7.2 reports 1.16.0 formcreator 2.13.8, datainjection 2.13.4 fields 1.21.6

Offline

#5 2019-05-17 17:27:24

ykatir22
Member
Registered: 2019-05-17
Posts: 9

Re: REST API : 401 - Unauthorized

GLPI 9.4.2

et pour vous c'est une erreur à quelle niveau

Offline

#6 2019-05-21 13:59:45

LaDenrée
HELPER
Registered: 2012-11-19
Posts: 6,145

Re: REST API : 401 - Unauthorized

avez vous essayé de joindre l'API simplement avec un navigateur www.monglpi/apirest.php ?


Trouver la panne avant de réparer...
GLPI10.0.10 (ubuntu 22.04 PHP8.1  Mariadb10.6 ) plugins : comportements 2.7.2 reports 1.16.0 formcreator 2.13.8, datainjection 2.13.4 fields 1.21.6

Offline

#7 2019-05-21 14:05:27

ykatir22
Member
Registered: 2019-05-17
Posts: 9

Re: REST API : 401 - Unauthorized

oui et ça me donne suivant :
["ERROR_APP_TOKEN_PARAMETERS_MISSING","missing parameter app_token; view documentation in your browser at https://glpi/glpi/apirest.php/#ERROR_APP_TOKEN_PARAMETERS_MISSING"]

j'ai trouver qu'il y'a peut etre des probleme d'authentification dans le serveur sachant que c'est sur un IIS  et non pas un apache

Offline

#8 2019-05-21 14:09:22

LaDenrée
HELPER
Registered: 2012-11-19
Posts: 6,145

Re: REST API : 401 - Unauthorized

surprenant, car l'url   glpi/apirest.php sans autre paramètre renvoie normalement la documentation de l'API. sans authentification. il suffit que votre IP soit dans les plages autorisées. ( mais je ne suis pas spécialiste IIS)


Trouver la panne avant de réparer...
GLPI10.0.10 (ubuntu 22.04 PHP8.1  Mariadb10.6 ) plugins : comportements 2.7.2 reports 1.16.0 formcreator 2.13.8, datainjection 2.13.4 fields 1.21.6

Offline

#9 2019-05-22 17:25:54

ykatir22
Member
Registered: 2019-05-17
Posts: 9

Re: REST API : 401 - Unauthorized

elle l'est déjà mais toujours le même problème

Offline

#10 2019-05-22 21:21:22

LaDenrée
HELPER
Registered: 2012-11-19
Posts: 6,145

Re: REST API : 401 - Unauthorized

Vous avez vu ,?Il y a  2 fois glpi dans l url....


Trouver la panne avant de réparer...
GLPI10.0.10 (ubuntu 22.04 PHP8.1  Mariadb10.6 ) plugins : comportements 2.7.2 reports 1.16.0 formcreator 2.13.8, datainjection 2.13.4 fields 1.21.6

Offline

Board footer

Powered by FluxBB