How to get and send cookies on appinventor, i am not talkin about this block
I need it to do this be connected with every screen's web component and all web components on a single screen
This is possible with this extension:
The GetCookies and SetCookies methods can help you!
Nico
i mean with web component, not webview
Make requests in your headers?
I don't undestand
I still need help!
I believe this is a close as you are going to get (now 8 years old so cannot vouch that it still works):
You will need a webviewer...
so no way to do with web component..?
Looks like a webview instance is required...
https://developer.android.com/reference/android/webkit/CookieManager
If you use the extension to set cookies, make sure you use a key=value pairing in the value, e.g.
mycookie=1234