Closed rjvdboon closed 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.
Apparently this was fixed at some point.
If you access https://what.thedailywtf.com/unread/ as an unauthenticated user you get a JSON blob
I would have expected a redirect to the login page.