0

How can I redirect client HTTP requests to HTTPS when using Apache APISIX? Is there a more convenient way? How does it work?

feihan
  • 11
  • 1

1 Answers1

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