- when u open login site you will get a cookie, not that problem,
- but when you send a special token now (given in the html response), the cookie (saved by web component) and the login data to /users/sign_in
the server sets a new cookie and redirects you to /mwa_linking, but web component doesnt take the new cookie and sends the old one,.... no login
today i will try some other ideas...
greetz
maybe this......?
http://thunkableblocks.blogspot.de/2017/06/webviewcookietools-extension.html
I try to open thingspeak.com/login in my app and to login to see special data from my account.
Hi,
i had success... :)
Maybe it is possible to do it as i wanted it to do, but i found another solution.
1) use the webviewer component to open site and to login
2) use WebViewCookieTools - Extension to read the webviewer given cookie
3) hand over the cookie to the web component and open site
now i can open the sites i need and pick out the data i need by responsecontent
it works in my case and so my problem got solved so far :P
thanks for any idea,
greetz hilgi