Handling of GET request on admin/ should be updated
Currently GET request are handled alike POST request. This should be changed to the following: In operation mode `legacy`: \ Keep as is. In operation mode `normal`: \ Write a warning about such clients. In operation mode `strict`: \ Reject the request.
issue