Ignore:
Timestamp:
Jul 26, 2011, 6:34:36 AM (13 years ago)
Author:
rvelices
Message:
  • ws accepts method name in GET paraeters even if http method is POST (easier to see in apache logs)
  • picture rating is done through POST and not GET
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/ws_protocols/rest_handler.php

    r8728 r11834  
    4242      }
    4343    }
     44                if ( empty($method) && isset($_GET['method']) )
     45                {
     46                        $method = $_GET['method'];
     47                }
    4448
    4549    if ( empty($method) )
Note: See TracChangeset for help on using the changeset viewer.