Jump to content

IE security differs?


Recommended Posts

I have a application that opens a web window and goes to a https page.

On this page we a login, and somehow, when it goes through the autoit login fails everytime.

What I have discovered this far is that when I lower privacy in IE, it works, but as soon i set it back it does not work.

We have just similar method in a flash client in mdm zinc, and it works, it works if I use only IE, but as soon we use IE in autoit, it fails.

Anyone might have a clue?

::m

Link to comment
Share on other sites

Any AutoIt code to look at? For example, if you are using _IEFormElementSetValue(), synthesized input may be disabled by heightened security and you might try _IEAction($oElement, "focus") followed by ControlSend().

:mellow:

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Any AutoIt code to look at? For example, if you are using _IEFormElementSetValue(), synthesized input may be disabled by heightened security and you might try _IEAction($oElement, "focus") followed by ControlSend().

:mellow:

Sorry, it was I who messed up. tried using a injected ifram that opened the page, which of course messed with ssl connection etc.

::(

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...