IMP data to Google REST server

Hello All,

Quick question, we are working on getting IMP data into a Google REST server; from what we can understand so far, we need to turn off all of the security on the Google side to accept the incoming packet, but I thought I’d ask if anyone else has attempted this and can warn us of any other issues that we may run into.

Thanks!

You might want to DM mrjonandrews

He’s had a few issues

I’ve been using a Google App Engine servlet I wrote to handle the requests and it turns out that App Engine seems to not like my imp requests, because the same servlet works on my dedicated machine. Something in the headers I think.

Hmmm… I’ll figure out exactly what was going on tomorrow and post back just in case anybody else tries this!