deekayzain commented on issue #10139:
URL: https://github.com/apache/apisix/issues/10139#issuecomment-1705019159

   While creating route we are getting below error :
   [root@VLAPISX201 ~]# curl -i "http://127.0.0.1:9180/apisix/admin/routes"; -X 
PUT -d '
   > {
   >   "id": "getting-started-ip",
   >   "uri": "/ip",
   >   "upstream": {
   >     "type": "roundrobin",
   >     "nodes": {
   >       "httpbin.org:80": 1
   >     }
   >   }
   > }'
   HTTP/1.1 401 Unauthorized
   Date: Mon, 04 Sep 2023 10:29:46 GMT
   Content-Type: application/json
   Transfer-Encoding: chunked
   Connection: keep-alive
   Server: APISIX/3.4.1
   Access-Control-Allow-Origin: *
   Access-Control-Allow-Credentials: true
   Access-Control-Expose-Headers: *
   Access-Control-Max-Age: 3600
   
   {"error_msg":"failed to check token"}
   
   Kindly help/suggest.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to