Question: Right now I authenticate only the elements that I need to on the page, which is the images. I do this by attaching "?X-Plex-Token=PLEXTOKENHERE" to the end of each image address. Obviously that's not a very good method because that exposes the Plex token to the world. My question is, how would I go about authenticating the entire page so that all image requests are already authenticated. Otherwise, I'm looking at doing something with mod_rewrite to hide the true image URLs.