Utilizzando l’URL sopra indicato riesco a ottenere tutti i dati dei gruppi di tag, ma quando provo a chiamare lo stesso URL in modalità privata del browser, ottengo l’errore “No route matches [GET] “/tag_groups.json””.
Come posso recuperare le informazioni sui gruppi di tag utilizzando l’URL sopra senza essere loggato?
You will need to make an authenticated API request. Have a look at the Authentication section of https://docs.discourse.org/ for details about how to do that.
If Simon’s answer isn’t the one you’re looking for, it might help for you to back up and describe your problem (why do you need to get the tag groups?) rather than your proposed solution to it.