d-velop / dvelop-app-template-cs

This template contains everything you need to write an app for d.velop cloud in C#
Apache License 2.0
16 stars 7 forks source link

ProduceAttribute: If only */* is given as accept header, use text/html as default #60

Closed sterschl closed 3 years ago

sterschl commented 4 years ago

Accept: image/gif, image/jpeg, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*

In this example no valid route is found, although there is a handler for text/html.

ckuetbach commented 3 years ago

fixed with #61