I tried to send a GET
request to
https://maps.googleapis.com/maps/api/staticmap?key=***¢er=443.665751,-79.403373&zoom=12&size=800x600&path=color:0xFF0000AA|weight:1|fillcolor:0xFFB6C1BB|enc:...
which the entire URL size is 272532
bytes. But when I send this request, I get Error 413 (Request Entity Too Large)
error with this message:
Your client issued a request that was too large.
Is there any way to send large requests (when the path
parameter is very long) to Google Maps Static API?