Internet explorer unable to login to alfresco - apache

I modified apache index.html to redirect to my alfresco share site as below
<html><meta http-equiv="refresh" content="0; URL=sameer_abc/share"></html>
But whenever I am trying to login via internet explorer, I am getting Cookies must be enabled in your browser. I am able to login with chrome and firefox without any problem
But when I change the index.html with my machine ip address,
<html><meta http-equiv="refresh" content="0; URL=192.168.1.10/share"></html>
I am able to login in internet explorer.
I tried to change the internet explorer security options too. How to login using internet explorer and I dont want to see my ip address in the url bar.
I am using internet explorer 11.

I found the issue. Its because I have underscore in my machine name.
https://superuser.com/a/332267/306546

Related

Android manifest simulation over https gives me an error

I've just installed an ssl certificate and the website is now available over https.
On the remote host there is a manifest file for "add to home button" but when I try to simulate it through the Chrome Developer Tools - Application section I get an error saying:
Site cannot be installed: the page is not served from a secure origin
I tried the solution proposed here Why does Chrome keep displaying "Site cannot be installed: the page is not served from a secure origin" in the console? but nothing changed since my setting were already: default.
Have you tried opening the Security panel on the page? It may be able to provide more info. Perhaps it's a mixed content issue (where the page is secure, but it requests insecure resources).

Embedded iframe is prompted for security certificate

Running WAMP and I'm trying to embed an iframe of an external website (mcmaster) in a dokuwiki and I'm getting a security alert that doesn't allow the site to be displayed. Security alert says the sites certificate isn't good, and I didn't get the option to allow the page in the iframe but if i opened in a new window i got the option to. So after allowing it just returns a blank screen. What do I need to enable or exception to add in Apache to allow the server to embed this website? Apologies if this is in the wrong stack but I assume this is a server issue not a coding issue, as other sites work fine with the syntax.

change domain internet explorer 10

When I try to login to our SharePoint site the authentication popup forces me to use the domain I'm currently using on my local computer. The SharePoint site does not have the same domain.
I'm running IE10 on Windows 7. How do I change the domain!?
I have tried the option "use another account" and enter in the field UserName: DOMAIN/username however it does not work. I also tried:
DOMAIN//username
domain//username
domain/username
I also unchecked the option 'Enable Integrated Windows Authentication ' in the 'Advanced' tab of Internet Security options.
I have access using mozilla and chrome;however I need to use only IE to enter to SharePoint.
Nothing has worked.

google gadget content type URL not working

I have a Google Gadget with Content type=URL that suddenly stopped working. It was running in a Google Site (as the Gadget container). I can access the URL easily outside the scope of the gadget container. Did Google Sites Gadget Container change support for content type URL gadgets?
In the latest version of browsers
Internet Explorer - 11
Firefox - 25
Google Chrome - 31
non-secure contents are not allowed. Please check your gadget URL and also for any other locations in the gadget where URLs are specified with HTTP. Changing those to HTTPS or to protocol independent would fix your issue.

Testing Facebook app on VB.NET WebBrowser - IFrame Access Deined - Cross-Domain Scripting

I have a facebook iframe app I'm trying to test using a WebBrowser Control on a form in VB.NET 2010. Whenever I try to access the WebBrowser.Document.Window.Frames frame object on a document where my app is showing in the broswer, I get an Access Denined exception. Reading around on the web, I see people saying that this is to keep scripts in a document from accessing content in iframes that are pulling content from another domain, as per 'http://msdn.microsoft.com/en-us/library/ms533028.aspx', for security reasons.
While I totally understand why this is done for the general public, how can I disable it on my machine so that I can run these tests? I can't properly test my app without doing it in the facebook iframe and using the WebBrowser control is the only way I know to do this test programmatically.
Any ideas? I'm on windows server 2003 and ie8, .net4.0, if that helps. I own the domain where the app is, and its in AS.NET MVC2, so if there's anything I can do to the web code to enable this??? I also removed the Internet Explorer ENhanced Security COnfiguaration component, but that didn't help.
Thanks,
Philip
Have you tried changing your Internet Explorer settings to enable cross domain scripting?
I believe the VB.Net Web Browser control inherits settings from the local copy of IE.
Try this:
From Internet Explorer, choose Internet Options from the Tools menu.
On the Security tab of the Internet Options dialog box, select the Local Intranet Web Content Zone and then click Custom Level.
Locate the Miscellaneous/Access Data Sources Across Domains setting, and then select Enable, as shown in Figure 2.
Click OK, and then click Yes to the warning dialog box that appears.
Click OK to close the Internet Options dialog box.
Also try adding the Facebook https Url into your trusted sites.
As a last resort disable Native XMLHttp in IE and attempt to revert back to an older version of the XMLHttp object.