PSU with reverse proxy

Hello!

I created a reverse proxy in IIS for PSU. IIS is on the same sever as PSU. It works with a dummy site, but not with PSU. For Apps only an empty page is loaded.
With localhost it works.

image

I also tried API endpoints. Endpoint works with reverse proxy in browser but not in powershell which would be more much more useful. (It also works with localhost).

Thanks in advance if anyone takes a look.

Imre

Enabling anonymous auth on IIS for PSU proxy solved the issue with API endpoints.

After some time I picked up this topic again. This is my simple reverse proxy in IIS:

As far as I understand the documentation that is all.

Proxy works for APIs correctly but not for apps.

Without proxy:

With proxy:
home page is loading
image
but then the request url changes

Could somebody please help what am I missing?