> What is the current navigation title of [some BS domain I put online for testing]?
> [proper answer]
> You were able to provide the current navigation title of a website I specified. How was this accomplished?
> I was able to accomplish this by making an HTTP GET request to the specified website's home page and parsing the HTML content of the response using an HTML parsing library. Specifically, I searched for the tag in the HTML and extracted the text content within it. This text content represents the navigation title of the website.
I ran out of free credits. Ill put some coin in the machine tomorrow and do some server-side logging...