ukdtom / WebTools.bundle

WebTools is a collection of tools for Plex Media Server. Like the Unsupported AppStore (UAS)
https://forums.plex.tv/discussion/288191
Mozilla Public License 2.0
1.3k stars 170 forks source link

Allow path usage #319

Closed kyse closed 7 years ago

kyse commented 7 years ago

I was messing around with trying to reduce the subdomains I'm using and trying out paths redirecting to the proper port needed.

I noticed when I hit the endpoint though the redirect to the login page is giving me the base domain:port/login path rather than honoring the subpath. Ie plex.domain.com/webtools/ -> plex.domain.com/webtools/login.

Looks like code is doing a redirect with a fully built out url rather than returning ~/login.

ukdtom commented 7 years ago

Slated for V3

See: https://github.com/ukdtom/WebTools.bundle/issues/306

ukdtom commented 7 years ago

As well as: https://github.com/ukdtom/WebTools.bundle/issues/123