I run the cmd:
curl http://fbvn.org --proxy 171.229.106.254:21217
=> It works
But:
curl http://171.229.106.254:21217 -H 'host: fbvn.org' -H 'connection: close'
Or
curl http://171.229.106.254:21217/http://fbvn.org -H 'host: fbvn.org' -H 'connection: close'
Both don't work and get error: 'Invalid header received from client.'
I don't know why, am I missing any http header?