<div dir="ltr">Hi All,<div><br></div><div>I am trying to configure Nginx as a reverse proxy for one of the web servers. Web application is working fine but dynamic images are not loading, graphs are configured as img_src with an http url. On the web server I am seeing error "Critical: Malicious cross-site request forgery detected". Nginx is configured with below set headers</div><div>







<p class=""><span class="">proxy_set_header HOST $host;</span></p><p class="">proxy_set_header X-Forwarded-Proto $scheme;</p>
<p class=""><span class="">proxy_set_header X-Real-IP $remote_addr;</span></p>
<p class=""><span class="">proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;</span></p><p class="">Could you please help me why images are not loading.</p><p class="">- Aravind</p></div>







</div>