PSU with reverse proxy

avatar
(anonymous user)

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.

6a5bd41df73b47b6236026ddf55febf63f3fd8af


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

6a5bd41df73b47b6236026ddf55febf63f3fd8af.png

All Comments (2)

avatar

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

avatar

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


7ad484f3d62af2d463443aa75c93c6fcd9e05ec0
As far as I understand the documentation that is all.

docs.powershelluniversal.com
Proxy works for APIs correctly but not for apps.

Without proxy:


b4a8883251001a14db2be59e66949d90157050a2
With proxy:
home page is loading
8461eca98a70b8ef4610d1af46f7bb36d4d02509

but then the request url changes


c47c8f9098f1d1f4a99b379c024417f1e40eb64e
Could somebody please help what am I missing?

c47c8f9098f1d1f4a99b379c024417f1e40eb64e.png

b4a8883251001a14db2be59e66949d90157050a2.png

8461eca98a70b8ef4610d1af46f7bb36d4d02509.png

7ad484f3d62af2d463443aa75c93c6fcd9e05ec0.png