-
Notifications
You must be signed in to change notification settings - Fork 14
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
cors limitation #7
Comments
I made a couple of trial error and i notice that when typing "c:\Program files\Internet explorer\iexplorer.exe" "my.site.com" Then there is no error message in my case. But, since there is always a but: i'm unable to fiure the exact same command from VBoxManage |
With windows we can start ie by calling
and i find out that we can start ie with this call
And it turn out that using this the cors configuration is correct. Basically this should be easy |
here it is #8 |
Oh I just commented on #8 - I'll check out the info here and see what we can do. |
When launching ie with
I've noticed that the instance of IE that is launched come with the wired configuration
In my case, the webapp i'm testing include CORS request.
And i get:
Script5 Acces denied
But if i launch ie by the icon, then the it will reuse the instance of IE.
And i will not get the Script5 error
Is there something that could be done on iectrl?
Maybe anothger way to launche IE??
The text was updated successfully, but these errors were encountered: