post

  1. W

    Limit POST in htaccess

    In Apache, I use the following htaccess file to require basic authentication on POST requests only. On litespeed, this same block requires basic auth for all requests, including GET which I want to make openly available. <Limit POST> AuthType Basic AuthName "Restricted Content"...
  2. K

    Don't upload image or post from mobile to wordpress

    Hi. I have tried the litespeed server and they work excellent ( very speed )! The problem is that when i try to add an article from my mobile phone wordpress app it doesn’t work properly and it is always loading without adding the article or upload image. From the desktop pc work fine with not...
  3. O

    http GET/PUT form data as input to lua or python?

    With some other servers I've used there were some built in functions for parsing and retrieving the key-value pairs from an http GET or POST form submission. For instance Mako web server has a request:data() function. You just enter local name = request:data("username") or local pwd =...
Top