I am trying to save an image from Google Images search result but when I send the image's src in the query string parameter it gives the following error:
Request-URI Too Long
The requested URL's length exceeds the capacity limit for this server.
Apache/2.4.18 (Ubuntu) Server at 127.0.1.1 Port 80
As I am getting this error on my local machine, it is possible for me to test any ideas you all got.
Note: I did set the LimitRequestLine
and LimitRequestFieldSize
to 100000
in the /etc/apache2/apache2.conf
file. But no luck so far.
Any help is appreciated.