Search results

  1. B

    DELETE request not working

    Okay, thanks. I will wait the next release.
  2. B

    DELETE request not working

    Do I need to install a new version or it was already fixed in 2.2.5? If yes, I don't understand what I need to do.. I tried to enable rewrite but it doesn't change anything. Sorry, I'm new to Litespeed. Thanks again for your help.
  3. B

    DELETE request not working

    I'm just using curl for the moment: curl -X DELETE "http://domain.com/resource/10.xml" <html> <head><title> 302 Found </title></head> <body><h1> 302 Found </h1> The document has been temporarily moved to <A HREF="%s">here</A>.<hr /> Powered By <a href='http://www.litespeedtech.com'>LiteSpeed...
  4. B

    DELETE request not working

    Hi everyone, I'm using edge rails with REST support. My problem is when I want to delete a resource using DELETE, Litespeed doesn't even talk to the rails app and send me back a "302 found" response. I'm using the 2.2.5 standard release. With Mongrel I hadn't this problem, so I think it's a...
Top