How to embed a browser and access to http traffic monitor

How to embed a browser and access to http traffic monitor

I need to get to the cookie, but I do not know how to operate

thanks

local function requestListener( event )
local shouldLoad = true
local url = event.url
system.openURL( url )
return shouldLoad
end
local options = { hasBackground=false, baseUrl=system.ResourceDirectory, urlRequest=requestListener }
native.showWebPopup( “http://myurl/index.php”, options )
[import]uid: 8012 topic_id: 14150 reply_id: 314150[/import]