arduino to google form with esp8266

hello
does anyone know a sketch that send data on google form with wifi esp8266?

If you simply want to contact the google web site using an ESP8266, then look (google) for "ESP8266 Web client" and you'll find lots of examples:

Simply adapt one of these to use the URL "www.google.com".

... a weebit more complicated because of https://

Ray

Ah yes. Google now forces a redirect to https:// even if addressed by http:// (at least that is the case if you use an https capable browser )

It may then be that this standard example of an Arduino web client is no longer valid https://www.arduino.cc/en/Tutorial/WebClient since it uses the google site as an example.

this nord=1 option might work. If they didn't disabled that too

blimpyway:
this nord=1 option might work. If they didn't disabled that too

On my Nexus (Google) tablet, that immediately flips to Google so without some more investigation, I do not know if that option was retired or if my mobile browser and Google are flipping the service because Google knows the tablet is capable.

This does work, however: http://www.msn.com

Ray

yeah,

$ wget 'http://www.google.com/search?nord=1&q=blabla'

does redirect to

http://www.google.ro/search?nord=1&q=blabla&gws_rd=cr&ei=f84pWMVKxNpRj5-78Ag

which ends in

 ERROR 403: Forbidden.

Yuck