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

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -