double encryption for purchase responses
[stouyapi.git] / www / empty-json.php
1 <?php
2 /**
3  * Needed for Apache 2.4 to handle the following requests:
4  * - PUT /api/v1/gamers/key
5  * - PUT /api/v1/gamers/me/agreements
6  *
7  * Apache's default request handler always throws a "405 Method not allowed"
8  * error when a PUT request comes in.
9  * This method is fine when a different content handler like PHP is used.
10  *
11  * Register this script as handler for put requests in the Apache vhost config: 
12  *   Script PUT /empty-json.php
13  */
14 ?>
15 {}