How to make local application accessible for other pc in my local network

THEoneANDonly

I would like to host an application from a local Windows pc, for my local network

I have an ASP.NET Core application (running in debug mode) on Windows pc A (192.168.1.10) on port 5001

There is another Windows pc B (192.168.1.11) that would like to access the application that pc A is hosting

When i disable the firewall on pc A, I am able to ping pc A from pc B, but I am unable to browse the web application hosted on port 5001 (https://192.168.18.10:5001)

There is no active CORS policy on the hosted application

Are there any steps that i've overlooked? Do you have any thoughts on how I could resolve this issue?

UPDATE: I have now installed NGINX as a reverse proxy and this seems to work. Is there any information on why I could not achieve this without NGINX?

harrymc

A URL must be sent to a web-server to be handled, which is why it worked for you after you added NGINX.

It's possible for an application to open a socket on a port and listen for incoming data, but then you need to create a protocol to be used between your server and client apps, and cannot use the helpful functionality of the web-server.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

how to scp from a PC in a local network to my PC inside my local network?

how to make publish file in window form application with local .mdf file that work on any other pc

Local computer and remote computer are behind NAT. How to make local network accessible with SOCKS?

how to synch up Django application database to local directory on my pc

How to make my IP publicly accessible to make my local Tomcat server public?

How can I use SFTP to transfer a directory to my local PC, but make the transfered directory have a different name on my local PC?

Make served Jekyll project accessible within local network

how do I connect my Python reverse shell with a pc that is not in my local network

Make my local host be accessible through DNS and not through IP

How can I access my react app from another pc in local network?

How to setup a local network drive to be accessible from both Windows and Mac

Allow others on network to open workbook on my local PC

How can I make my PC always take the first local IP from the WiFi router?

How can I make my tftp server visible/available on my local network?

How to best make network functions accessible from other classes?

How to make a local variable accessible outside the loop in java

How to make Wireless AP accessible (local server) without internet connection?

How to make local .json file accessible from remote machine or folder?

How to make "php -S" to work on local network?

How to make grafana on nixos available in local network

How to make Zabbix on nixos available in local network

Having a host with ZFS system, how to make it available to other hosts on local network?

Make 2 PCs communicate with each other without a local network

How to make a local variable useable in other methods

Apache Virtual Host not accessible from local network

How to ping another PC in the same local network using ACE?

How to stream videos over local network to TV from PC

Access local server from other computers on my network

How can i make a POST request in my local network when the origin is http and the target url is https?