Sproutcore server proxy problem on ubuntu -


i have setup proxy in build file working on mac @ work. on ubuntu 11.04 laptop @ home proxy seems never return valid response (checking sc.ok(response)).

i have checked curling url:

curl -g http://localhost:4020/api/client

output:

[{"id":"1","title":"test","status":"1","created":"2011-07-03 07:36:44","updated":"2011-07-03 07:36:44","brands":null}, {"id":"2","title":"arla","status":"1","created":"2011-07-03 07:43:53","updated":"2011-07-03 07:43:53","brands":null}]

anyone got ideas? mark

i have opened issue similar one. seems thin web server can't handle gzipped content upstream server. if can disable gzip on remote server , please upvote issue on github has better chances of getting fixed.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -