> David is correct, Apache::ASP does no special handling of non-GET/POST
> requests.  So you could put similar code to the above in your global.asa
> Script_OnStart event to handle the PUT/DELETE as you see fit.

I was thinking more about automatic handling of PUT data. It would probably
be a good idea for Apache::ASP to at least attempt to handle it, such as by
making the data accessible through $Request->Form. I shall take a look at
the module tomorrow and try to implement this.

DELETE, on the other hand, should need no special handling since it contains
no data.

--
Regards,
Ross Thomas



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to