getkirby-v2 / toolkit

This is the deprecated toolkit for Kirby v2.
http://getkirby.com
81 stars 50 forks source link

Routes default to GET, but HEAD should return the same #210

Closed sebsel closed 7 years ago

sebsel commented 7 years ago

I first filed this issue here.

When you change this line to:

      'method'    => 'GET|HEAD',

It is solved :)

schermafbeelding 2017-01-16 om 14 16 14

lukasbestle commented 7 years ago

Closing this until there is a proper solution. Discussion continues in getkirby/kirby#538.