Web Cookies
Posted
#1
(In Topic #1207)
Guru

Posted
Guru

But i figured out a bypass.
I tried to download the url using HttpClient.Download() then the text i got was a page saying "Page moved to <url>" and clicking that url showed the page without the cookie request.
With this URL…
Google Maps
So i broke down the url to make the following function that you can pass the map coords to..
That now loads the map and does not ask for cookie consent.
Ps. i tried playing around removing some of the url post fields "&gl=GB&m=0&pc=m&uxe=eomtm&cm=2&hl=en&src=1" but any changes seemed to break it.
Posted
Guru

Posted
Guru

Posted
Guru

This version does in code what i originally did, it uses HttpClient.Download to fetch the url and then extracts the link from the page…
Code (gambas)
- WebView1.Url = GetMappAdress("https://www.google.com/maps/@50.6945657,-1.2873369,12z")
- Return sHtml
1 guest and 0 members have just viewed this.



