Ask a Question related to ASP.NET Security, Design and Development.
-
Chris Hughes #1
Securing a HTTP PUT handler in IIS
Can someone please advise whether it is possible for a HTTP handler
(IHttpHandler) to consume HTTP PUTs without having to set both write
and execute permission on the IIS virtual dir?
I have an environment with files being uploaded to an IIS server via
HTTP PUT. I have implemented a HTTP handler to consume the PUTs, to
avoid disk I/O on the server, but this only works when both write and
execute permission are granted on the IIS virtual dir. This raises
serious security concerns.
I suspect that the problem lies in the use of PUT instead of POST.
Unfortunately, the choice of protocol is part of a legacy codebase,
that I am unable to change.
Please let me know if it is possible do this and, if so, what I am
doing wrong.
Many thanks,
Chris Hughes
Chris Hughes Guest
-
Send Basic HTTP authentication credential in the first HTTP request
Hello, How can I make the web service proxy class send basic authentication information in the HTTP header of the first request? My... -
#19113 [Com]: HTTP status 200 returned on HTTP CONNECT when mod_proxy not in use
ID: 19113 Comment by: arafuse at bcexplorers dot com Reported By: php_new at jdc dot parodius dot com Status: ... -
Use standard ASPX page as a HTTP handler
Hi I would like to use an existing ASPX page as a HTTP handler so that I can do something like this.... <system.web> <httpHandlers> <add... -
DataGrid's UpdateCommand event handler and CancelCommand handler problem
I am having the same problem: the wrong event handler is being fired when column headings and page changes are clicked. I am using the datagrid... -
Fast signal handler switching & thread-specific handler.
jek_bask@ngs.ru (Evgeny Baskakov) writes: This is quite likely to crash on at least some pthread implementations (especially if sigaltstack was...



Reply With Quote

