Help
When I am developing locally my Asp.Net MVC web application I get the following error message in the console.
api.webtest.net/webspeeds:1 Failed to load resource:
net::ERR_INTERNET_DISCONNECTED
My asp.net application runs fine - except for this annoying message being printed. It occurs when I am working offline (no internet connect).
Why is my asp.net app trying to connect to the internet - all my service calls are local - no need for an internet connection:
Maybe it’s a browser extension?
Probably this one
Try to run in other browser or add this to C:\Windows\System32\drivers\etc\hosts
127.0.0.1 api.webtest.net
Related
my website is being used by a third party iframe, the page has a single form
the link for the iframe is as follows
https://MYWEBSITE.com:8443/en?token=eyJhbGciOiAiSFMyNTawfc%3D&token2=ABC
:8443 is there because I am using multiple sets of certificates, some only with port 8443, others only with port 443.
whenever using mobile IOS, the website first load fine within the iframe, but after I try to submit the form, I get the following error:
Failed to load resource: The certificate for this server is invalid. You might be connecting to a server that is pretending to be “MYWEBSITE.com”, which could put your confidential information at risk.
I use aws with elastic beanstalk load balancer
Sorry my English, and thank you for your help :)
P.S. it works fine on chrome, only safari is the problem
In my ASP.NET MVC project, I were enabled SSL and every thing works fine. But when I disabled SSL and , the browser refuse to connect.
This image shows my configuration.
Another thing that make me confuse is that when the application is start running, the browser goes to the correct URL (which it is http://localhost:8080/), but when the error page is shown the URL become https://locathost
This image shows the problem:
I try deleting the applicationhost file, but it doesn't work.
I am on rails 4 framework and using nginx werbserver and passenger as a application server. Sometimes while trying to load web page i am getting below error and my web page is not loading.
didn’t send any data.
ERR_EMPTY_RESPONSE
I checked my server log file and found that request is not hitting to the server at all. after clearing the browser cache it is working fine.
what can be the reason for this issue.
Thanks,
We have a report server in Sharepoint Farm but when users try to connect from one of WFE, they receive HTTP 401 error but it works fine with other WFE.
We have 2 Web front ends (WFE) in the farm, PROD_MOSS01 and PROD_MOSS02. Those 2 servers are load balanced by our firewall (Forefront TMG).
A client connects to forefront, then it sends the traffic to one of the WFE, & uses the external host name. The 2 WFEs are now configured to use a new single report server, PROD_REPORT. The report service is joined to the farm, and is setup to not display web content. It was configured in SP Integrated mode, but it keeps defaulting to native mode.
If I drop the report DB and re-attach, it shows the DB is SP Integrated mode. When it attaches, it reverts back to Native.
So with this setup, only 1 WFE is able to generate reports. Initially it was PROD_MOSS01 that was working, and PROD_MOSS02 was throwing the 401 error. Now it seems to have switched which one works and which throws the error. So it looks like only 1 WFE can connect to the report sever, the other cannot.
We have the farm/report server setup to use NTLM only, but if this is a limitation of NTLM authentication, we can try & get Kerberos configured. I have not registered the SPNs for the new report sever.
Also, if you hit the server with the 401 error, you cannot configure the DM_MRCS connection string. It gives an error saying the Report server must be in SP integrated mode and attached to the farm.
I have a mobile web application and I'm testing the site by using various BlackBerry phones. I've noticed that if I use a BlackBerry 9000 (Bold) and I try and login, I receive a "500 Internal Server Error", but the login works fine when I use another BlackBerry model with a different operating system.
Any ideas?
If I had to guess, I'd say that maybe the page is setting some additional form information via Javascript, and JS is disabled in the browser. You may get more information by looking at the server logs which is where the 500 error is being generated.