iisexpress-proxy | simple local proxy for accessing IIS Express | Proxy library
kandi X-RAY | iisexpress-proxy Summary
kandi X-RAY | iisexpress-proxy Summary
A simple local proxy for accessing IIS Express from remote machines.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of iisexpress-proxy
iisexpress-proxy Key Features
iisexpress-proxy Examples and Code Snippets
Community Discussions
Trending Discussions on iisexpress-proxy
QUESTION
ANSWER
Answered 2018-Jun-26 at 13:05Well...
Shame on me.
The proxy caused the problem.
I have added bindings for my own IP in Visual Studio and it works now.
To do this open \APPLICATION_FOLDER\.vs\config\applicationhost.config
.
Then look for and add your own.
Example:
QUESTION
I am working on an API in .NET core 2.
Everything works great when testing on https://localhost:44333
, but when trying on http://localhost:44333
it does not work anymore. It just loads, and loads, and loads.... Nothing to see in the logs or anything like that.
The thing is, I need to get it working on HTTP
because I want to try it on my phone in the app. So I use iisexpress-proxy to proxy it. This works when I can access the API on HTTP, but it doesn't work with HTTPS.
So therefor I need it to work with HTTP
, but I have no idea why it does not work on HTTP
. All my previous projects worked fine on HTTP
and for some reason this one does not. I have looked in my startup if it might be forced or something like that, but I cannot find any...
You probably need more information than this, but I don't know what you need, so If you ask in the comments I will provide some more information/logs/code you name it.
...ANSWER
Answered 2018-May-02 at 13:40The http
version will be served on a different port. You'll need to look at your project properties to see which port it's being served on.
Just as some background:
There's effectively a client-side and server-side component to SSL. The http
or https
is the client-side component. That means the browser or other web client will either try to negotiate a secure socket or not, respectively. The server-side component is the port binding, which will either be a secure socket or not.
The forever-loading is because your client is trying to make a non-secure request, but the server's socket is attempting to negotiate SSL. It's like one person speaking Chinese and the other speaking Spanish. They're both communicating, but nothing gets accomplished.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install iisexpress-proxy
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page