<div dir="ltr"><div>Hi,</div><div><br></div><div>When i run this curl call -> curl -X GET <a href="http://13.127.165.226/">http://13.127.165.226/</a> -H 'cache-control: no-cache' -H 'postman-token: 2494a4a7-6791-2426-cedf-d0bcaa1cd90a' -H 'x-forwarded-for: 12.12.12.13.11' </div><div><br></div><div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><span>I</span>deally the request should not be allowed and the access log should report 403 instead of 200</span><br></div><div>I get 200 OK in the access.log</div><div><br></div><div><div>  location / {</div><div>        proxy_set_header X-Forwarded-For $remote_addr;</div><div>        allow   <a href="http://182.76.214.126/32">182.76.214.126/32</a>;</div><div>        allow   <a href="http://116.75.80.47/32">116.75.80.47/32</a>;</div><div>        deny all;</div><div>        error_page 404 /404.html;</div><div>            location = /40x.html {</div><div>        }</div></div><div><br></div><div>Please let me know if i am missing anything.</div><div><br></div><div>Best Regards,</div><div><br></div><div>Kaushal</div></div>