Created
January 1, 2016 23:47
-
-
Save pt2121/7f199d6eb9df910b1c5b to your computer and use it in GitHub Desktop.
How to make a HTTP GET request on Google Glass GDK
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
01-01 18:46:06.352 10240 10258 D App : <!doctype html> | |
01-01 18:46:06.352 10240 10258 D App : <html> | |
01-01 18:46:06.352 10240 10258 D App : | |
01-01 18:46:06.352 10240 10258 D App : <head> | |
01-01 18:46:06.352 10240 10258 D App : | |
01-01 18:46:06.352 10240 10258 D App : <meta charset="utf-8"/> | |
01-01 18:46:06.352 10240 10258 D App : <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> | |
01-01 18:46:06.352 10240 10258 D App : <meta name="viewport" content="width=device-width, initial-scale=1"/> | |
01-01 18:46:06.352 10240 10258 D App : | |
01-01 18:46:06.352 10240 10258 D App : | |
01-01 18:46:06.352 10240 10258 D App : <title>Exampleurl.com</title> | |
01-01 18:46:06.352 10240 10258 D App : | |
01-01 18:46:06.352 10240 10258 D App : <meta name="keywords" content="cash advance debt consolidation insurance exampleurl.com" /> | |
01-01 18:46:06.352 10240 10258 D App : | |
01-01 18:46:06.352 10240 10258 D App : <meta name="description" content="Find Cash Advance, Debt Consolidation and more at Exampleurl.com. Get the best of Insurance or Free Credit Report, browse our section on Cell Phones or learn about Life Insurance. Exampleurl.com is the site for Cash Advance." /> | |
01-01 18:46:06.352 10240 10258 D App : | |
01-01 18:46:06.352 10240 10258 D App : <script src='http://code.jquery.com/jquery-latest.min.js' type='text/javascript'></script> | |
01-01 18:46:06.352 10240 10258 D App : <script language='JavaScript' src='/js/standard.js?rte=1&tm=2&dn=exampleurl.com&tid=1020'></script> | |
01-01 18:46:06.352 10240 10258 D App : | |
01-01 18:46:06.352 10240 10258 D App : <meta name='google' value='notranslate' /> | |
01-01 18:46:06.352 10240 10258 D App : <script type='text/javascript' language='JavaScript' src='/js/google_caf.js?rte=1&tm=2&dn=exampleurl.com&tid=1020'></script> | |
01-01 18:46:06.352 10240 10258 D App : <script type='text/javascript' language='JavaScript' src='http://www.google.com/adsense/domains/caf.js'></script> | |
01-01 18:46:06.352 10240 10258 D App : | |
01-01 18:46:06.352 10240 10258 D App : <script type='text/javascript'> | |
01-01 18:46:06.352 10240 10258 D App : var pageOptions = | |
01-01 18:46:06.352 10240 10258 D App : { | |
01-01 18:46:06.352 10240 10258 D App : 'domainRegistrant' : 'as-drid-2421601518898051', | |
01-01 18:46:06.352 10240 10258 D App : 'relatedSearchBaseUrl': 'http://exampleurl.com/?ac=2&slt=8&slr=1&lpt=1', | |
01-01 18:46:06.352 10240 10258 D App : 'resultsPageBaseUrl': 'http://exampleurl.com/?ac=2&slt=8&slr=1&lpt=1', | |
01-01 18:46:06.352 10240 10258 D App : 'pageLoadedCallback': google_callback, | |
01-01 18:46:06.352 10240 10258 D App : 'pubId': 'dp-demandmedia31_3ph', | |
01-01 18:46:06.352 10240 10258 D App : 'channel': '100001', | |
01-01 18:46:06.352 10240 10258 D App : 'terms': '', | |
01-01 18:46:06.352 10240 10258 D App : 'optimizeTerms': true, | |
01-01 18:46:06.352 10240 10258 D App : 'uiOptimize' : true, | |
01-01 18:46:06.352 10240 10258 D App : 'adtest': 'off', | |
01-01 18:46:06.352 10240 10258 D App : 'hl': '' | |
01-01 18:46:06.352 10240 10258 D App : }; | |
01-01 18:46:06.352 10240 10258 D App : | |
01-01 18:46:06.352 10240 10258 D App : var searchboxBlock = | |
01-01 18:46:06.352 10240 10258 D App : { | |
01-01 18:46:06.352 10240 10258 D App : 'container': 'searchbox', | |
01-01 18:46:06.352 10240 10258 D App : 'type': 'searchbox', | |
01-01 18:46:06.352 10240 10258 D App : 'width': '300px', | |
01-01 18:46:06.352 10240 10258 D App : 'widthSearchButton': 70, | |
01-01 18:46:06.352 10240 10258 D App : 'colorBackground': 'transparent', | |
01-01 18:46:06.352 10240 10258 D App : 'colorSearchButton': '#17181A', | |
01-01 18:46:06.352 10240 10258 D App : 'colorSearchButtonText': '#B4EC6A', | |
01-01 18:46:06.352 10240 10258 D App : 'fontSizeSearchInput': 16, | |
01-01 18:46:06.352 10240 10258 D App : 'fontSizeSearchButton': 16, | |
01-01 18:46:06.352 10240 10258 D App : 'hideSearchInputBorder': true, | |
01-01 18:46:06.352 10240 10258 D App : 'hideSearchButtonBorder': true | |
01-01 18:46:06.352 10240 10258 D App : }; | |
01-01 18:46:06.352 10240 10258 D App : | |
01-01 18:46:06.352 10240 10258 D App : var rsblock1 = | |
01-01 18:46:06.352 10240 10258 D App : { | |
01-01 18:46:06.352 10240 10258 D App : 'container': 'searchLinks', | |
01-01 18:46:06.352 10240 10258 D App : 'type': 'relatedsearch', | |
01-01 18:46:06.352 10240 10258 D App : 'number': 10, | |
01-01 18:46:06.352 10240 10258 D App : 'columns': 2, | |
01-01 18:46:06.352 10240 10258 D App : 'adIconUrl': '//afs.googleusercontent.com/dp-demandmedia/t1020/bullet-green-arrow.png', | |
01-01 18:46:06.352 10240 10258 D App : 'adIconWidth': 20, | |
01-01 18:46:06.352 10240 10258 D App : 'adIconHeight': 20, | |
01-01 18:46:06.352 10240 10258 D App : 'adIconSpacingAbove': 15, | |
01-01 18:46:06.352 10240 10258 D App : 'adIconSpacingBefore': 2, | |
01-01 18:46:06.352 10240 10258 D App : 'adIconSpacingAfter': 10, | |
01-01 18:46:06.352 10240 10258 D App : 'colorBackground': 'transparent', | |
01-01 18:46:06.352 10240 10258 D App : 'fontFamilyAttribution': 'arial', | |
01-01 18:46:06.352 10240 10258 D App : 'fontSizeAttribution': 18, | |
01-01 18:46:06.352 10240 10258 D App : 'colorAttribution': '#999999', | |
01-01 18:46:06.352 10240 10258 D App : 'attributionBold': 'false', | |
01-01 18:46:06.352 10240 10258 D App : 'fontFamily': 'arial', | |
01-01 18:46:06.352 10240 10258 D App : 'fontSizeTitle': 24, | |
01-01 18:46:06.352 10240 10258 D App : 'colorTitleLink': '#9FD801', | |
01-01 18:46:06.352 10240 10258 D App : 'rolloverLinkColor': '#E57921', | |
01-01 18:46:06.352 10240 10258 D App : 'rolloverLinkUnderline': true, | |
01-01 18:46:06.352 10240 10258 D App : 'noTitleUnderline': true, | |
01-01 18:46:06.352 10240 10258 D App : 'titleBold': true, | |
01-01 18:46:06.352 10240 10258 D App : 'lineHeightTitle': 50, | |
01-01 18:46:06.352 10240 10258 D App : 'verticalSpacing': 2 | |
01-01 18:46:06.352 10240 10258 D App : }; | |
01-01 18:46:06.352 10240 10258 D App : | |
01-01 18:46:06.352 10240 10258 D App : | |
01-01 18:46:06.352 10240 10258 D App : var parkingData = | |
01-01 18:46:06.352 10240 10258 D App : { | |
01-01 18:46:06.352 10240 10258 D App : 'pageType': '1', | |
01-01 18:46:06.352 10240 10258 D App : 'googleStatus': 'Clean', | |
01-01 18:46:06.352 10240 10258 D App : 'cacheKey': '00000000-0000-0000-0000-000000000000', | |
01-01 18:46:06.352 10240 10258 D App : 'clientIPHash': '996401341', | |
01-01 18:46:06.352 10240 10258 D App : 'userAgentHash': '-989323326', | |
01-01 18:46:06.352 10240 10258 D App : 'time': '1/1/2016 3:46:06 PM', | |
01-01 18:46:06.352 10240 10258 D App : 'ticks': '635872599660238373', | |
01-01 18:46:06.352 10240 10258 D App : 'domainName': 'exampleurl.com', | |
01-01 18:46:06.352 10240 10258 D App : 'searchText': '', | |
01-01 18:46:06.352 10240 10258 D App : 'actionCode': 'InitialView', | |
01-01 18:46:06.352 10240 10258 D App : 'adNetworkID': '2400001', | |
01-01 18:46:06.352 10240 10258 D App : 'moduleID': '29', | |
01-01 18:46:06.352 10240 10258 D App : 'resultLinkType': '5', | |
01-01 18:46:06.352 10240 10258 D App : 'webLinkType': 'GoogleWeb', | |
01-01 18:46:06.352 10240 10258 D App : 'vipIP': '8.5.1.30', | |
01-01 18:46:06.352 10240 10258 D App : 'sessionID': 'c3ed698a-ac9b-4f9f-9eb0-b1d4229f1621', | |
01-01 18:46:06.352 10240 10258 D App : 'visitorID': '25e31234-536b-495a-9c0c-13c3f7dc262e', | |
01-01 18:46:06.352 10240 10258 D App : 'ippiClassification': '4', | |
01-01 18:46:06.352 10240 10258 D App : 'requestGuid': '18213d85-e96b-42ab-a84f-3dbd7e4e31a6', | |
01-01 18:46:06.352 10240 10258 D App : 'searchLinkType': 'Unknown', | |
01-01 18:46:06.352 10240 10258 D App : 'templateID': '1020', | |
01-01 18:46:06.352 10240 10258 D App : 'themeID': '220538', | |
01-01 18:46:06.352 10240 10258 D App : 'pageUrl': '/', | |
01-01 18:46:06.352 10240 10258 D App : 'searchLinkRank': '0', | |
01-01 18:46:06.352 10240 10258 D App : 'referrer': '', | |
01-01 18:46:06.352 10240 10258 D App : 'referrerSearchText': '', | |
01-01 18:46:06.352 10240 10258 D App : 'subID': '0', | |
01-01 18:46:06.352 10240 10258 D App : 'searchLinkAreas': | |
01-01 18:46:06.352 10240 10258 D App : [ | |
01-01 18:46:06.352 10240 10258 D App : { | |
01-01 18:46:06.352 10240 10258 D App : 'maxCount': 10, | |
01-01 18:46:06.352 10240 10258 D App : 'divID': 'sec_20', | |
01-01 18:46:06.352 10240 10258 D App : 'class': 'rs', | |
01-01 18:46:06.352 10240 10258 D App : 'headerText': 'Related Searches' | |
01-01 18:46:06.352 10240 10258 D App : } | |
01-01 18:46:06.352 10240 10258 D App : ], | |
01-01 18:46:06.352 10240 10258 D App : 'apiIteration': 0, | |
01-01 18:46:06.352 10240 10258 D App : 'mobileBrowserType': 6, | |
01-01 18:46:06.352 10240 10258 D App : 'adLineFormat': 3, | |
01-01 18:46:06.352 10240 10258 D App : 'wClass': 'wr', | |
01-01 18:46:06.352 10240 10258 D App : 'terms': '', | |
01-01 18:46:06.352 10240 10258 D App : 'adHeader': 'Sponsored Listings' | |
01-01 18:46:06.352 10240 10258 D App : }; | |
01-01 18:46:06.352 10240 10258 D App : |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment