What is the difference between http.forwardproxy and http.proxy?

I recently try to use caddy as a quic proxy to tcp server.
I tried http.proxy but it cannot achieve that, then I find http.forwardproxy,
there is limit docs about it, so I come here to seek your help.

Simply, http.proxy is a reverse proxy, and http.forwardproxy is a secure forward proxy. (You can google for the differences.)

It sounds like you need a reverse proxy, http.proxy, which supports QUIC proxying.

2 Likes

Thanks so much :blush:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.