@ -269,7 +269,7 @@ type getSessionHandler struct {
}
func (h *getSessionHandler) OnIncomingRequest(req *http.Request) (interface{}, *errors.HTTPError) {
if req.Method != "GET" {
if req.Method != "POST" {
return nil, &errors.HTTPError{nil, "Unsupported Method", 405}
var body struct {