aspnet / live.asp.net

Code for live.asp.net, which hosts the ASP.NET Community Stand-up
https://live.asp.net/
MIT License
289 stars 114 forks source link

Respond to HEAD requests for iCal #109

Closed DamianEdwards closed 4 years ago

DamianEdwards commented 7 years ago

Some iCal clients can make HEAD requests when determining if an iCal subscription has changed. Right now the site only listens to GET requests for ~/ical so HEAD requests for ~/ical return a 404.

hishamco commented 7 years ago

It returns 200 at my end!!

GiancarloLelli commented 6 years ago

Hey @DamianEdwards I can repro this issue, can I help?