apxltd / what-bugs

What bugs?
3 stars 0 forks source link

Accessing wtdwtf/unread without authentication shows json instead of redirect #103

Closed rjvdboon closed 8 years ago

rjvdboon commented 8 years ago

If you access https://what.thedailywtf.com/unread/ as an unauthenticated user you get a JSON blob

{"code":"not-authorised","message":"A valid login session was not found. Please log in and try again.","params":{}}

I would have expected a redirect to the login page.

BenLubar commented 8 years ago

Apparently this was fixed at some point.