Click here to Skip to main content
16,022,054 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a Blazor WebAssembly App, developed in .net 7, hosted on IIS. Because this App is inside our company LAN, we have a firewall the masks any URL from outside into another, like this:

Outside: https://www.companyname.pt/clientes
Inside: http://<server_ip_address>:<port>/clientes

However, although I can access the App from inside, by invoking
<server_ip_address>:<port>/clientes
directly, from outside it doesn´t work.

Did anyone have the same problem setting up the kind of configuration?

What I have tried:

I already tried changing the base path, like this:
<base href="/clientes/">
and didn´t work.
Posted
Updated 7-Oct-24 0:27am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900