Kingsley Charles (CCSP, CCNP, CCIP)
Brainiac
Member # 29872
Member Rated:
|
posted May 04, 2012 05:27 AM
Hi all
When you asked to prevent uploads of files through http make sure whether it is asking for denying POST or PUT command.
POST command uploads a file for processing. The URI refers the resource that will handle the data in the http request
PUT command uploads a file into a location. The URI refers to the resource in the request that should be stored.
With regards Kings
Posts: 887 | From: India | Registered: Jun 2010
| IP: Logged
|