How do you send images in Google Image Search?

Asked 2 years ago, Updated 2 years ago, 59 views

If you upload an image in Google Image Search, you can search for the same image or similar image, but what kind of Google server is it uploaded to?
I thought that I could not send large size files because get sending adds information to the URL.
So I looked at the source code of the Google image search page, but I couldn't see the description of the POST transmission.
If you are familiar with HTML, I would be very grateful if you could reply.
The following is an example of a query when searching for an image of a TOR icon.

html html5 http


2022-09-29 21:47

1 Answers

https://www.google.co.jp/search?tbs=sbi:~

Before transitioning to the page

https://www.google.co.jp/searchbyimage/upload

You are POSTing to .

What kind of Google servers are you uploading to?

Google switches between web browsers, so I can't answer in general, but I think I'm probably using Ajax.

I thought I couldn't send a large file because I added information to the URL.

The web server determines whether you can or can't do it (more precisely, the Proxy server you relay can affect, but HTTPS doesn'If you decide to send it by GET, you will have to change the settings of the web server and accept it.


2022-09-29 21:47

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.