kimmknight / rdpx

rdpx enables seamless remote access to applications running on another computer.
MIT License
68 stars 19 forks source link

Disabling authentication for webfeed should be a seperate option #2

Open kimmknight opened 3 years ago

kimmknight commented 3 years ago

The reason for disabling authentication is that Windows clients can't access the webfeed using basic auth. Mobile clients can, however.

I think that Windows clients might require Windows auth instead of basic. I haven't investigated it.

As a quick fix I removed the requirement for authentication for all webfeed pages.

sashaqwert commented 2 years ago

The reason for disabling authentication is that Windows clients can't access the webfeed using basic auth. Mobile clients can, however.

It lacks the ability to completely disable basic authentication (leave it for editing). It is useless if it is used in IIS HTTP Proxy.

https://github.com/kimmknight/rdpx/issues/6#issuecomment-1019130503

MrBrianGale commented 6 months ago

I am wondering if this is related to issue #9? It is my best guess at this time.