tzssangglass commented on issue #8483:
URL: https://github.com/apache/apisix/issues/8483#issuecomment-1347786898

   I didn't understand what you wanted to do.
   
   > if the shema is https,this plugin is no effect?
   
   yes, we have code like:
   
   ```
       local _scheme = proxy_proto or core.request.get_scheme(ctx)
       if conf.http_to_https and _scheme == "http" then
   ```


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