Hi guys, I was advised by our Tech Support that the http request was likely not even being received properly. To quote:
> An http 400 error is saying there is a problem with the REQUEST. That is > why you aren't getting a response. That ususally means you are not building > the request the way the service is expecting it. The best thing to do is run the request through something that can capture > it so you can see the actual request. Is there a non-SSL version you can > use ? If so you can run it through TCPMON (tool from apache) to see the > request, but it won't work with SSL. You can also try using wireshark as > well Since I don't think there's an non-https version of the URL to use, I can't use TCPMON. I've asked him if Wireshark can handle SSL. But if you guys have any other ideas on how I can see the actual request? Thanks! Keith On Monday, July 15, 2013 9:44:20 AM UTC-7, Keith Adams wrote: > Hi Takeshi and Anash. Apologies for the late response. It turned out I had >>>> to make a long absence from work. I just tried running my code again, same >>>> response. This time I added something to capture the response header. >>>> Unfortunately, the software I'm using to do this seems to abort at >>>> receiving the 400 error without capturing either header or body response. >>>> I've contacted the Tech Support people for the software to see if they can >>>> help me, and I'll post when I hear anything. Many thanks for your help. >>>> Cheers, Keith >>>> >>> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
