Hi all,
I'm trying to use Google Image Chart to create some graphics I need to add to some reports in my project, but the URL tends to be bigger then a GET request can support.
So now I'm trying to change it to a post request, but somehow I keep getting a 400 error. I have my json array of data well defined, I cant find what is going wrong.
Does anyone have an example of how to create a post request to the google service?