MohamedKHALILRouissi opened a new issue, #11723:
URL: https://github.com/apache/apisix/issues/11723
### Description
```
kind: ApisixRoute
metadata:
annotations:
meta.helm.sh/release-name: gateway
meta.helm.sh/release-namespace: itona
creationTimestamp: "2024-11-07T10:06:11Z"
generation: 2
labels:
app.kubernetes.io/managed-by: Helm
name: itona-webui-route-5
namespace: itona
resourceVersion: "291359"
uid: 446abb61-a575-45a9-aad5-26e9935e4f95
spec:
http:
- backends:
- resolveGranularity: service
serviceName: itona-webui
servicePort: 8084
match:
hosts:
- itona.ai
paths:
- /
- /*
name: itona-webui-route-5
plugins:
- config:
http_to_https: true
ret_code: 301
enable: true
name: redirect
- config:
headers:
X-Forwarded-For: $proxy_add_x_forwarded_for
X-Forwarded-Proto: $scheme
X-Real-IP: $remote_addr
enable: true
name: proxy-rewrite
```
i have a defined apisixroute crd like this i have other crds that work
correctly yet this one doesnt work on redirection am not sure why
### 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]