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

cors limitation #7

Open
benzen opened this issue Jan 24, 2014 · 4 comments
Open

cors limitation #7

benzen opened this issue Jan 24, 2014 · 4 comments

Comments

@benzen
Copy link

benzen commented Jan 24, 2014

When launching ie with

VBoxManag guestcontrol IE10 - Win7  execute --username IEUser --password Passw0rd! cmd.exe \c start c:\Program files\Internet explorer\iexplorer.exe

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??

@benzen
Copy link
Author

benzen commented Jan 24, 2014

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

@benzen
Copy link
Author

benzen commented Jan 24, 2014

With windows we can start ie by calling

$ explorer http://my.site

and i find out that we can start ie with this call

VBoxManag guestcontrol IE10 - Win7  execute --username IEUser --password Passw0rd! cmd.exe \c start explorer "http://my.site.com"

And it turn out that using this the cors configuration is correct.
I'll try in the WE to make a PR.

Basically this should be easy

@benzen
Copy link
Author

benzen commented Jan 25, 2014

here it is #8

@xdissent
Copy link
Owner

xdissent commented Sep 8, 2014

Oh I just commented on #8 - I'll check out the info here and see what we can do.

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

No branches or pull requests

2 participants