I'm getting this error message in my production box:
The Google Maps API server rejected your request. The "sensor" parameter specified in the request must be set to either "true" or "false".
When the browser hits:
<script type="text/javascript" src="http://maps.google.com/maps?file=api&v=2&key=mykey&sensor=true">
I see that the browser calls upon:
http:// maps . google . com /maps?file=api&v=2&key=mykey&sensor=true
And then it shows me the error message.
I copy the url it's hitting and paste it in the browser and it downloads the correct js, not the one with the alert message.
I created a sample page and tested it in my local dev box and my test server; it renders fantastic. Test box: http://www.probit.co/Prototypes/GPS/MapTest.html
I placed the very same file in production box and it throws me the message. Production box: http://www.hondutrack.com/rastreo/MapTest.html
Why wouldn't it work in Production?