internet explorer - InternetExplorer | IE.au3 get all the cookies of a session -


I tried to create an automatic login for one page. I wanted to login with InternetExplorer and give me a session to request WinHTTP-to work with it. To do this, I need all the cookies but I have found a few examples here:

And it's a function that I use to get cookies:

  function _ iGATE cookies (ByRef $ oIE) $ oIE.document.cookie Return to EndFunc; ==> _IEGetCookies  

I think the problem is that the function receives only local cookies and other chrome screenshots are "HTTP" but I do not know whether there are HTTP-cookies and they are autocomplete How is it achieved?

It is impossible to get the cookie with the HTTP tag. / P>

When your cookie is only with the HTT flag, it tells the browser that this specific cookie should be accessed by the server only.


Comments

Popular posts from this blog

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

class - Kivy: how to instantiate a dynamic classes in python -

Registering an Interceptor For All Interface Implementaions in Castle Windsor -