Is there a way to make search results show categories. Let's say I have a 100 categories.
Alternatively I can launch each category with a text post with the category's name. But then the post title is not actually a link to the category or can it be?
I'm writing a bot that GETs a specific post from a category on my forum, and this category is only accessable by admins. Only problem is, GETting that post always returns a 401 Not Authorized response, because it's not open to users.
I've tried using auth=(username, password), Authorization: Bearer, even sending it in the GET params, but they all just return 401.