Hi, All.
I am trying to automate actions on webtop (login, do something operations, measure time of response etc.) using curl, but i have no success on login action. I think the reason is webtop sets cookie by javascript and curl doesnt support this method of cookie setting. Using "-c" curl key saves just JSESSIONID and appname cookie-variables, but as i can see by HTTP requests tracing there is some cookie variables, which curl dosnt see, for example:
wdk_sess_cookie_0,lockFresh,d6_wdk_pref0,allFreshClient,__dmfClientId.
Does anybody know the way how to grab thats cookie-variables from response HTML file? Or may be some one could advise me workaround or another tool not a curl.
Thank you!