orbednetwork / chrome-rest-client

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

POST request not arriving to server #92

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a POST request on localhost server (http://localhost:123/url)
2. set headers to Accept: application/json
3. set payload to anything url encoded (example: data=123)

What is the expected output? What do you see instead?

Expected output is to actually do the request. Instead, request never arrives 
to the server and the rest client hangs.

On what operating system?

OS is Mint 13 (Ubuntu 12.04), Chrome version 23.0.1271.64, server is Django 
development server running on localhost.

Please provide any additional information below.

Before the upgrade it was working perfectly. Nothing has changed except the 
rest client itself.

Original issue reported on code.google.com by aleksand...@gmail.com on 7 Nov 2012 at 3:56

GoogleCodeExporter commented 9 years ago
I've just found out that this is a duplicate of issue 90. The only different 
thing is that I've detected it on localhost, with POST request, and on Mint 13 
(Ubuntu 12.04) rather than on Windows 7 with GET to google. Please mark this as 
a duplicate.

Original comment by aleksand...@gmail.com on 7 Nov 2012 at 4:00

GoogleCodeExporter commented 9 years ago

Original comment by jarro...@gmail.com on 7 Nov 2012 at 10:33