Hi,
I have problem with connection to analytics api.
I've created app using
http://code.google.com/p/gapi-google-analytics-php-interface/
(link from user contrib on libs for analytics api)
It perfectly works from my computer, through ntlm proxy (after mod -
i've added proxy configuration)
Problem starts, when I'm trying to launch this app from production
server. Then I'm getting error message:
"Received HTTP code 503 from proxy after CONNECT"
Only thing that I'm modyfying before deploying app to production is
different proxy settings.
Those settings, used to connect to different serwer works, also used
with curl.
Is there some spec - what headers are valid/invalid during connection
to api? Anybody has an idea, why Google rejecting my requests?
Best
Tomek