Why Nginx rejects cURL requests -
when access url example:
http://ethiopia.yellowpg.com/listings/et5000-fish-production-marketing-enterprise
from browsers works. if try curl doing following
curl http://ethiopia.yellowpg.com/listings/et5000-fish-production-marketing-enterprise
i following error.
<html> <head><title>403 forbidden</title></head> <body bgcolor="white"> <center><h1>403 forbidden</h1></center> <hr><center>nginx/1.4.3</center> </body> </html>
how nginx detecting curl request? , there way around problem?
Comments
Post a Comment