On 15/05/2010 12:25, André Warnier wrote:
> Pid wrote:
>> On 14/05/2010 19:43, André Warnier wrote:
>>> Mark Thomas wrote:
>>> ...
>>>
TRACE & PUT could be tested safely but it is hard to test DELETE
without
causing some damage if it is permitted.
>>> Well, you could DELETE http
Pid wrote:
On 14/05/2010 19:43, André Warnier wrote:
Mark Thomas wrote:
...
TRACE & PUT could be tested safely but it is hard to test DELETE without
causing some damage if it is permitted.
Well, you could DELETE http://localhost/some-highly-unlikely-url
and check if you get a 404, couldn't y
On 14/05/2010 19:43, André Warnier wrote:
> Mark Thomas wrote:
> ...
>
>>
>> TRACE & PUT could be tested safely but it is hard to test DELETE without
>> causing some damage if it is permitted.
>>
> Well, you could DELETE http://localhost/some-highly-unlikely-url
> and check if you get a 404, could