You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/07/31 10:23:23 UTC

[GitHub] [apisix] oldthreefeng commented on issue #4726: request help: how to disable response of server info like: `server: APISIX/2.8`

oldthreefeng commented on issue #4726:
URL: https://github.com/apache/apisix/issues/4726#issuecomment-890326017


   fixed by `apisix.enable_server_tokens: false`
   ```
   < content-type: application/json
   < x-request-id: e0ef4694918b441b875c5e784d7ebda0
   < x-protected-by: openRASP
   < vary: Origin
   < vary: Access-Control-Request-Method
   < vary: Access-Control-Request-Headers
   < access-control-allow-origin: *
   < access-control-expose-headers: *
   < x-request-id: 0d8b4d5e21f74473876ad20f44790521
   < date: Sat, 31 Jul 2021 10:22:14 GMT
   < x-protected-by: openRASP
   < server: APISIX
   < access-control-allow-methods: *
   < access-control-max-age: 30
   < access-control-allow-headers: *
   ```


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org