This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thu Nov 22 15:29:50 BRST 2012 | |
~ | |
jbastos@mbb: ttys000: $ brew --config | |
HOMEBREW_VERSION: 0.9.3 | |
HEAD: 3103d8edb77658d3c6d45a7011559fee6311e376 | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: quad-core 64-bit sandybridge | |
OS X: 10.8.2-x86_64 | |
Xcode: 4.5.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I tried to use uwsgi on heroku. Latest version, uwsgi commit 591cec9a2ccad8533bd5d217a3cfd63fd2b0ee98 | |
But I get this strange behavior: | |
- my app is 100% restful, using only json to communicate. | |
So, I send this message body using a curl client POST: | |
{"username":"[email protected]","password":"asdfg1"} | |
but uwsgi will send this to my bottle app: | |
/api/auth/[email protected]","password":"asdfg1"} |