shaofengshi opened a new issue, #8535: URL: https://github.com/apache/gravitino/issues/8535
### What would you like to be improved? In the document "https://gravitino.apache.org/docs/0.9.1/security/how-to-authenticate", the last step: <img width="1164" height="378" alt="Image" src="https://github.com/user-attachments/assets/94782187-dda8-449d-99c0-c9246086d211" /> It only works for Gravitino web server, not fit for the IRC service; the reason is the header "Accept: application/vnd.gravitino.v1+json" is not acceptable for IRC; User will get such an error: `{"error":{"message":"HTTP 406 Not Acceptable","type":"NotAcceptableException","code":500,"stack":["javax.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable",` After removing that header, it works. So the document should be updated. ### How should we improve? Update the document, and telling user that for the IRC service, should use a different command as sampl. -- 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]
