The Wayback Machine - https://web.archive.org/web/20220206044643/https://github.com/dotnet/aspnetcore/issues/40019
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network Access by default for Web applications #40019

Open
1 task done
proinfocus opened this issue Feb 6, 2022 · 0 comments
Open
1 task done

Network Access by default for Web applications #40019

proinfocus opened this issue Feb 6, 2022 · 0 comments

Comments

@proinfocus
Copy link

@proinfocus proinfocus commented Feb 6, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe the problem.

Web applications often need testing on multiple resolutions and making mobile friendly applications and testing them on physical mobile/tablet devices instantly will make design/development faster.

Describe the solution you'd like

Solution is to enable and display the URL:port for network access on LAN when the application is running similar to the URL display for http and https for the running apps. This will allow developers to use their physical devices to test the web applications and APIs while also testing the design aspects of the application.

Note: We can do mobile resolution testing from browser, but doing from a physical device gives a real-time experience.

Eg: When the application is running, the user should be given the info about the network IP and Port to access from the LAN...
Local Access: https://localhost:7001
Network Access: https://192.168.1.100:7001

Additional context

I see there is just one requirement while running the app, like adding the port to the firewall for inbound and outbound access.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant