How can I redirect client HTTP requests to HTTPS when using Apache APISIX? Is there a more convenient way? How does it work?
Asked
Active
Viewed 791 times
1 Answers
0
This is a built-in feature provided by Apache APISIX. You can learn it from the redirect
plugin, see https://apisix.apache.org/docs/apisix/plugins/redirect/ for more details.
The related field is http_to_https
.

Chao Zhang
- 61
- 1
- 8