wunderbar
wunderbar copied to clipboard
Accept: json detection is a bit weak
It looks like Wunderbar tries to return JSON data if the Accept: header contains the string 'json' anywhere.
So for example the following works:
Accept: text/html,NotjsonNoWay
This seems rather a weak check.