MohamedKHALILRouissi opened a new issue, #11724:
URL: https://github.com/apache/apisix/issues/11724

   ### Description
   
   khalil@khalil-Precision-5550:~$ curl -k -I  https://itona.ai/api/
   HTTP/2 401 
   content-type: application/json;charset=ISO-8859-1
   x-ratelimit-limit: 10000
   x-ratelimit-remaining: 9999
   x-ratelimit-reset: 60
   vary: 
origin,access-control-request-method,access-control-request-headers,accept-encoding
   x-content-type-options: nosniff
   x-xss-protection: 1; mode=block
   cache-control: no-cache, no-store, max-age=0, must-revalidate
   pragma: no-cache
   expires: 0
   date: Thu, 07 Nov 2024 13:41:32 GMT
   server: APISIX/3.11.0
   
   khalil@khalil-Precision-5550:~$ curl -k -I  https://itona.ai/api/
   HTTP/2 401 
   content-type: application/json;charset=ISO-8859-1
   x-ratelimit-limit: 10000
   x-ratelimit-remaining: 9998
   x-ratelimit-reset: 58
   vary: 
origin,access-control-request-method,access-control-request-headers,accept-encoding
   x-content-type-options: nosniff
   x-xss-protection: 1; mode=block
   cache-control: no-cache, no-store, max-age=0, must-revalidate
   pragma: no-cache
   expires: 0
   date: Thu, 07 Nov 2024 13:41:34 GMT
   server: APISIX/3.11.0
   
   khalil@khalil-Precision-5550:~$ curl -k -I  https://itona.ai/api/
   HTTP/2 302 
   location: http://itona.ai/login
   x-ratelimit-limit: 10000
   x-ratelimit-remaining: 9997
   x-ratelimit-reset: 57
   x-content-type-options: nosniff
   x-xss-protection: 1; mode=block
   cache-control: no-cache, no-store, max-age=0, must-revalidate
   pragma: no-cache
   expires: 0
   x-frame-options: DENY
   date: Thu, 07 Nov 2024 13:41:35 GMT
   server: APISIX/3.11.0
   
   
   for all get http that doesnt refrence api it work fine ? 
   
   ### Environment
   
   - APISIX version (run `apisix version`):
   - Operating system (run `uname -a`):
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
   - etcd version, if relevant (run `curl 
http://127.0.0.1:9090/v1/server_info`):
   - APISIX Dashboard version, if relevant:
   - Plugin runner version, for issues related to plugin runners:
   - LuaRocks version, for installation issues (run `luarocks --version`):
   


-- 
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