ekojarakan / chrome-rest-client

Automatically exported from code.google.com/p/chrome-rest-client
0 stars 0 forks source link

all my "post" calls are being handled by doGet() on live AppEngine #236

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.I simply put the url that normally handles post requests from PayPal IPN
2.I select "POST" in the client
3.I click "SEND"
4. In the logs it says "doGet: in doGet:GET http://app.diarybooker.com/xxxx 
HTTP/1.1 Host: app.diarybooker.com  Accept: */* "

What is the expected output? What do you see instead?
I would expect the response to be a doPost like it is when I run it locally AND 
when I get an IPN from PayPal...

PayPal:
"doPost: toString: POST http://app.diarybooker.com/xxxx HTTP/1.1 Content-Type: 
application/x-www-form-"

Local:
"Feb 22, 2014 1:30:41 AM com.diarybooker.server.xxxx doPost
WARNING: Entered 'xxxx ' doPost at Sat Feb 22 01:30:41 GMT 2014"

On what operating system, browser and browser version?
windows 8 latest chrome, but I don't think that matters!

Original issue reported on code.google.com by JohnVDen...@googlemail.com on 22 Feb 2014 at 1:36