How to post a cookies to a URI with App inventor?

“startedDateTime”: “2020-06-13T13:21:17.057Z”,
“time”: 127,
“request”: {
“method”: “POST”,
“url”: “http://portal.gd165.com/login.do”,
“httpVersion”: “HTTP/1.0”,
“cookies”: [
{
“name”: “JSESSIONID”,
“value”: “720DDA25F94B1275DBC9E92A44304R1B”
}
I want to post this Cookies to the URL, how can i do it? please!

See the cookies extension by Luke
WebViewCookieTools Extension by LukeGackle