Question
Can I use a proxy server in front of Varnish to mitigate this error?
Asked by: USER7255
68 Viewed
68 Answers
Answer (68)
Yes, using a reverse proxy in front of Varnish can sometimes help. The proxy can handle the initial connection to PayPal, authenticate the request, and then forward the payment data to Varnish for caching. This can shield Varnish from direct issues with the PayPal API and provide an extra layer of security.